Skip to content

Commit 47a523d

Browse files
Merge pull request #26 from philipstanislaus/test
Test coverage on PRs
2 parents 2433282 + 8d2d02f commit 47a523d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.nycrc.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"cache": false,
33
"extension": [".ts"],
4-
"check-coverage": true,
54
"include": ["src/**"],
6-
"reporter": ["html", "text", "text-summary", "lcov"],
7-
"statements": 90,
8-
"branches": 90,
9-
"functions": 95,
10-
"lines": 90
5+
"reporter": ["html", "text", "text-summary", "lcov"]
116
}

0 commit comments

Comments
 (0)