Skip to content

Commit 6b0eb20

Browse files
authored
chore: don't show failed CI for codecov issues (#64)
1 parent ffbc6ab commit 6b0eb20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

codecov.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
threshold: 100% # make CI green
8+
patch:
9+
default:
10+
threshold: 100% # make CI green
11+
12+
# ignore code coverage on following paths
13+
ignore:
14+
- "**/tests"
15+
- "**/benches"
16+
- "**/examples"

0 commit comments

Comments
 (0)