This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ test_env.install_cli:
218218test_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
224223test_env.container_check_db :
@@ -231,17 +230,6 @@ test_env.run_unit:
231230test_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-
245233test_env :
246234 TIMESERIES_ENABLED=true make test_env.up
247235 make test_env.prepare
You can’t perform that action at this time.
0 commit comments