We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bbb10 commit 768f1eeCopy full SHA for 768f1ee
.codecov.yml
@@ -17,9 +17,6 @@ coverage:
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
@@ -30,7 +27,6 @@ coverage:
30
27
31
28
target: 80%
32
29
33
34
35
36
component_management:
@@ -63,7 +59,7 @@ component_management:
63
59
- "api/**"
64
60
65
61
comment:
66
- layout: "reach,diff,tree,reach"
62
+ layout: "header.diff,components,files,footer"
67
behavior: default
68
require_changes: false
69
require_base: false
0 commit comments