-
-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[ci]: use
coverage combine
to reduce codecov uploads (#4452)
This commit updates the CI to combine code coverage to a single file and perform just a single upload after all tests finish (rather than each test run uploading its own coverage report). This should reduce failures / rate limiting on the codecov app, and also prevent the codecov app from producing an inaccurate coverage report before all the tests finish. references: - https://coverage.readthedocs.io/en/7.6.10/cmd.html#cmd-combine - https://coverage.readthedocs.io/en/7.6.10/cmd.html#re-mapping-paths - https://coverage.readthedocs.io/en/7.6.10/config.html#config-run-relative-files --------- Co-authored-by: Charles Cooper <[email protected]>
- Loading branch information
1 parent
c208b95
commit d7f50df
Showing
2 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters