-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: arkbriar <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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,17 +1,17 @@ | ||
# For documentation please see https://docs.codecov.com/docs/commit-status | ||
|
||
coverage: | ||
allow_coverage_offsets: true | ||
status: | ||
patch: off | ||
patch: off # disable patch status | ||
project: | ||
default: | ||
target: auto # base branch coverage is target | ||
threshold: 0% # percent deviation allowed from target branch coverage | ||
target: auto # compared with the coverage from the base commit | ||
threshold: 0.1% # allow the coverage to drop by 0.1% and posting a success status | ||
base: auto | ||
flags: | ||
- unittests | ||
paths: | ||
- "pkg" | ||
- "examples" | ||
- "cmd" | ||
- "apis" | ||
- "apis" |