-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Allow reporting of coverage on PRs from forks (#1622)
* Run CI on push events to master by default, but on any branch on a push event if the commit message contains '[ci all]' - Results in a skip of push event tests on PRs by default * Run CI on pull_request events to master * Allow reporting of test coverage to Codecov on pull_request events from forks - Use fact that secrets.CODECOV_TOKEN is not required for public repos - c.f. https://github.com/codecov/codecov-action/blob/260aa3b4b2f265b8578bc0e721e33ebf8ff53313/README.md - On all events, except schedule, from maintainers, upload coverage to codecov.io faster using the CODECOV_TOKEN secret - On pull_request events from contributor forks, upload coverage to codecov.io without using CODECOV_TOKEN secret
- Loading branch information
1 parent
7ecaa63
commit bc4b24a
Showing
1 changed file
with
38 additions
and
6 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