We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00fdff commit 1fd8940Copy full SHA for 1fd8940
1 file changed
.github/codecov.yml
@@ -8,14 +8,9 @@ coverage:
8
target: 80%
9
threshold: 5% # How much the coverage can decrease.
10
paths:
11
- - "!.github/"
12
-
13
- # The patch itself (i.e. the modified lines) must be 80% covered by tests
14
- # for the `codecov/patch` check to succeed.
15
- patch:
16
- default:
17
- target: 80%
18
- threshold: 5%
19
- paths:
20
21
- informational: true
+ - "src"
+ # advanced settings
+ branches:
+ - main
+ informational: false
+ only_pulls: false
0 commit comments