Skip to content

Commit f324a5b

Browse files
build: add codecov config
1 parent b638900 commit f324a5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
coverage:
3+
range: 70..100
4+
round: down
5+
precision: 2
6+
status:
7+
default:
8+
threshold: 3
9+
comment: off
10+
ignore:
11+
- testing/**/*.ts
12+
- src/**/*.interface.ts

0 commit comments

Comments
 (0)