Skip to content

Commit a37e7e4

Browse files
committed
codecov.yml: relax threshold
codecov complains about a tiny drop in coverage and making our tests fail, this has been disabled. There's an absolute level specified as 90%, though. If we hit this number, it's time to increase the coverage (or lower this number).
1 parent 5a35e89 commit a37e7e4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

codecov.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
ignore:
2-
- "tests/**"
2+
- "tests/**"
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: 90%
8+
threshold: null

0 commit comments

Comments
 (0)