forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: get list of tests to run and skip from codecov ats
Mostly these changes alter the codecov_ats workflow to generate 2 outputs: * ATS_TESTS_TO_RUN - list of tests (and options to pytest) that codecov thinks you should run * ATS_TESTS_TO_SKIP - list of tests (and options to pytest) that codecov thinks you should skip There are some config changes to `codecov.yml`: * The yaml validator was accusing coverage.status.project and coverage.status.patch to be invalid because of the "default" key. * Adding a "smart-tests" flag that would be used with ATS (if the tests are run) Another notable change is the `fetch-depth` when checking out the code from 0 to 2. I changed the BASE_COMMIT to be the parent commit, so 2 should suffice.
- Loading branch information
1 parent
22c3b9b
commit fe8cde9
Showing
2 changed files
with
43 additions
and
11 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