Skip to content

Commit fcb2bc6

Browse files
committed
Attempt to configure codecov reports
With the lack of possible unit-testing for the Java-only parts, we unfortunately need to have ultra-relaxed coverage reports, otherwise they will quickly become annoying and disliked.
1 parent 10c5517 commit fcb2bc6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage:
2+
precision: 0
3+
round: nearest
4+
range: "0...75"
5+
# notification blocks
6+
# https://docs.codecov.io/docs/codecovyml-reference#section-coverage-notify
7+
notify:
8+
status:
9+
project:
10+
patch:
11+
changes:

0 commit comments

Comments
 (0)