We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e663f0b commit 6056c5aCopy full SHA for 6056c5a
.codecov.yml
@@ -12,18 +12,26 @@ coverage:
12
default:
13
14
# The minimum required coverage value for the project
15
- target: 80%
+ target: 90%
16
17
# The allowed coverage decrease before failing the status check
18
threshold: 0%
19
20
+ # Code coverage check behaviour if the CI fails
21
+ if_ci_failed: error
22
+
23
+ # Whether to run coverage checks only on pull requests
24
+ only_pulls: false
25
26
# Patch-level coverage settings
27
patch:
28
29
30
31
target: 80%
32
33
34
35
36
# Ignore files or packages matching their paths
37
ignore:
.github/codecov.yml
0 commit comments