Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 4229dee

Browse files
authored
update reusable workflow version; use codecov actions to upload (#1089)
1 parent 2f1c71e commit 4229dee

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
test:
4545
name: Test
4646
needs: [build]
47-
uses: codecov/gha-workflows/.github/workflows/[email protected].27
47+
uses: codecov/gha-workflows/.github/workflows/[email protected].30
4848

4949
secrets: inherit
5050
with:

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ test_env.install_cli:
218218
test_env.container_prepare:
219219
apt-get update
220220
apt-get install -y git build-essential netcat-traditional
221-
make test_env.install_cli
222221
git config --global --add safe.directory /worker
223222

224223
test_env.container_check_db:
@@ -231,17 +230,6 @@ test_env.run_unit:
231230
test_env.run_integration:
232231
docker-compose exec worker make test.integration
233232

234-
test_env.upload:
235-
docker-compose exec worker make test_env.container_upload_test_results CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
236-
docker-compose exec worker make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
237-
238-
test_env.container_upload:
239-
codecovcli -u ${CODECOV_URL} do-upload --flag unit --file unit.coverage.xml --disable-search
240-
codecovcli -u ${CODECOV_URL} do-upload --flag integration --file integration.coverage.xml --disable-search
241-
242-
test_env.container_upload_test_results:
243-
codecovcli -v -u ${CODECOV_URL} do-upload --report-type test_results || true
244-
245233
test_env:
246234
TIMESERIES_ENABLED=true make test_env.up
247235
make test_env.prepare

0 commit comments

Comments
 (0)