-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also switch from 14 jobs to 1
- Loading branch information
Showing
3 changed files
with
14 additions
and
113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
codecov: | ||
notify: | ||
require_ci_to_pass: true | ||
# must be the number of coverage report builds | ||
# notice that this number is for PRs; | ||
# like this we disabled notify on pure branches report | ||
# which is fine I guess | ||
after_n_builds: 28 | ||
comment: | ||
layout: "reach, diff, flags, files" | ||
after_n_builds: 28 # must be the number of coverage report builds | ||
coverage: | ||
status: | ||
project: | ||
default: # This can be anything, but it needs to exist as the name | ||
# basic settings | ||
target: auto | ||
threshold: 5% | ||
base: auto | ||
base: auto |
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