Skip to content

Commit 36c4c1f

Browse files
build: fix codecov config
1 parent 0a565cf commit 36c4c1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codecov.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ coverage:
33
round: down
44
precision: 2
55
status:
6-
default:
7-
threshold: 3
6+
project:
7+
default:
8+
threshold: 0%
9+
paths:
10+
- src/**/*.ts
811
comment: off
912
ignore:
1013
- testing/**/*.ts

0 commit comments

Comments
 (0)