We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981dd09 commit 75cc249Copy full SHA for 75cc249
codecov.yml
@@ -1,21 +1,22 @@
1
comment:
2
layout: "diff"
3
behavior: default
4
- require_changes: true # Avoid coverage comment if no files are changed.
5
6
coverage:
7
- range: 70..100
8
- round: down
9
- precision: 2
10
status:
11
project:
12
default:
13
- target: 80%
+ # basic
+ # target: 50%
+ threshold: 0%
+ # advanced
+ if_not_found: success
14
+ if_ci_failed: error
15
+ if_no_uploads: error
16
patch:
17
18
# basic
19
target: 90%
20
if_not_found: success
21
if_ci_failed: error
22
if_no_uploads: error
- threshold: 4% # Because some tests are flaky.
0 commit comments