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 df2912d commit 211181dCopy full SHA for 211181d
.codecov.yml
@@ -4,10 +4,10 @@ coverage:
4
status:
5
project:
6
default:
7
- target: auto #default
8
- threshold: 5%
+ target: auto
+ threshold: 5% # allow a bit of coverage drop
9
base: auto
10
patch:
11
12
- target: auto
+ target: 50% # have at least 50% of test coverage
13
threshold: 10%
pom.xml
@@ -129,6 +129,7 @@
129
<exclude>target/**</exclude>
130
<exclude>.vscode/**</exclude>
131
<exclude>.editorconfig</exclude>
132
+ <exclude>.codecov.yml</exclude>
133
</excludes>
134
</licenseSet>
135
</licenseSets>
0 commit comments