Skip to content

Commit a2b432a

Browse files
build: collect code coverage from source files only
1 parent 47472b8 commit a2b432a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codecov.yml

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

0 commit comments

Comments
 (0)