-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update .codecov.yml * disable patch * Revert "disable patch" This reverts commit 3b43de7. * disable patch
- Loading branch information
Showing
1 changed file
with
6 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
coverage: | ||
precision: 2 | ||
round: down | ||
round: down | ||
range: "70...100" | ||
status: # this controls whether a pull request will be blocked by a decrease in coverage | ||
# Learn more at https://docs.codecov.com/docs/commit-status | ||
project: | ||
default: | ||
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status | ||
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified | ||
patch: | ||
default: | ||
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status | ||
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified | ||
changes: | ||
default: | ||
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status | ||
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified | ||
patch: off | ||
|
||
ignore: | ||
- "node" # ignore folders and all its contents | ||
- "runtime" # ignore folders and all its contents | ||
- "inspect" # ignore folders and all its contents |