Skip to content

Commit

Permalink
Tests: nyc coverage
Browse files Browse the repository at this point in the history
Replaces istanbul code coverage with nyc.
  • Loading branch information
mcmath committed Jul 29, 2017
1 parent 86a0c40 commit 1d02a57
Show file tree
Hide file tree
Showing 5 changed files with 1,647 additions and 614 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.nyc_output/
/coverage/
/lib/
/node_modules/
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,8 +1,10 @@
/.nyc_output/
/coverage/
/spec/
/src/
/.editorconfig
/.gitignore
/.nycrc
/.travis.yml
/mocha.opts
/package-lock.json
Expand Down
9 changes: 9 additions & 0 deletions .nycrc
@@ -0,0 +1,9 @@
{
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"spec/**/*.ts"
]
}

0 comments on commit 1d02a57

Please sign in to comment.