Skip to content

Commit

Permalink
build: upload test results first (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Dec 9, 2024
1 parent fe2bc8c commit e22c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ test_env.run_integration:
docker-compose exec worker make test.integration

test_env.upload:
docker-compose exec worker make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
docker-compose exec worker make test_env.container_upload_test_results CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
docker-compose exec worker make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}

test_env.container_upload:
codecovcli -u ${CODECOV_URL} do-upload --flag unit --file unit.coverage.xml --disable-search
Expand Down

0 comments on commit e22c04e

Please sign in to comment.