Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit 28aec53

Browse files
committed
[#43] Ignore ./migrations/*, ./seeds/* and ./tools/* for coverage
1 parent 7ed743d commit 28aec53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.istanbul.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
instrumentation:
2+
excludes: ["**/migrations/**", "**/seed/**", "**/tools/**"]

0 commit comments

Comments
 (0)