Skip to content

Commit 34543f3

Browse files
committed
ci: fix codecov config
- properly ignore non-production code - set 1% failure threshold
1 parent d2d4321 commit 34543f3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

codecov.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
codecov:
2-
ignore:
3-
- "test"
4-
- "internal"
5-
- "docs"
6-
- "contrib"
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
threshold: 1%
6+
ignore:
7+
- "test"
8+
- "internal"
9+
- "docs"
10+
- "contrib"

0 commit comments

Comments
 (0)