Skip to content

Commit c4e942d

Browse files
committed
Add codecov configuration file
1 parent 887c539 commit c4e942d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/codecov.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
coverage:
2+
status:
3+
# The whole project must reach a coverage of 80% for the `codecov/project`
4+
# check to succeed.
5+
project:
6+
default:
7+
target: 80%
8+
threshold: 5% # How much the coverage can decrease.
9+
paths:
10+
- "!.github/"
11+
12+
# The patch itself (i.e. the modified lines) must be 80% covered by tests
13+
# for the `codecov/patch` check to succeed.
14+
patch:
15+
default:
16+
target: 80%
17+
threshold: 5%
18+
paths:
19+
- "!.github/"
20+
informational: true

0 commit comments

Comments
 (0)