Skip to content

Commit 14ee18b

Browse files
committed
migrate from istanbul to nyc
1 parent 0e0d721 commit 14ee18b

File tree

4 files changed

+2618
-520
lines changed

4 files changed

+2618
-520
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pids
1212
lib-cov
1313

1414
# Coverage directory used by tools like istanbul
15+
.nyc_output
1516
coverage
1617

1718
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)

.nycrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"reportDir": "./coverage",
3+
"reporter": ["lcov", "text"],
4+
"extension": [".js", ".ts"]
5+
}

0 commit comments

Comments
 (0)