mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user