ci: Don't run codecov on additional platforms.

The coverage data for the platform where we run the backend+frontend
tests should be complete, so there's no reason to upload coverage data
for the other platforms.

Hopefully this change will decrease the likelihood of codecov
producing flaky results.
This commit is contained in:
Tim Abbott 2019-05-20 11:02:58 -07:00
parent 77ab9a0eb0
commit c2baca2c78
1 changed files with 2 additions and 2 deletions

View File

@ -101,6 +101,8 @@ jobs:
- *save_cache_requirements
- *run_backend_tests
- *run_frontend_tests
# We only need to upload coverage reports on whichever platform
# runs the frontend tests.
- *upload_coverage_report
# - store_artifacts: # TODO
@ -125,7 +127,6 @@ jobs:
- *save_cache_package_json
- *save_cache_requirements
- *run_backend_tests
- *upload_coverage_report
"bionic-backend-python3.6":
docker:
@ -153,7 +154,6 @@ jobs:
- *save_cache_package_json
- *save_cache_requirements
- *run_backend_tests
- *upload_coverage_report
workflows:
version: 2