Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit a17df73

Browse files
Add missing ".nycrc.yml" from #499 (#506)
1 parent cf8b6cf commit a17df73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.nycrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include:
2+
- "src/"
3+
exclude:
4+
- "src/polyfills"
5+
clean: true
6+
temp-directory: "coverage"
7+
skip-full: true
8+
reporter: [lcov, html, text]

0 commit comments

Comments
 (0)