Skip to content

Commit

Permalink
use nyc instead of istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Aug 11, 2019
1 parent 996e9cc commit dde5d1a
Show file tree
Hide file tree
Showing 17 changed files with 770 additions and 26 deletions.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ coverage
src
test
scripts
src/test/
CHANGELOG.md

# source maps

Expand All @@ -39,9 +41,12 @@ tslint.json
.gitlab-ci.yml
tsconfig.json
.github

CONTRIBUTING.md
CODE_OF_CONDUCT.md
CONTRIBUTORS.md
# nyc test coverage
.nyc_output
.nycrc

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
4 changes: 4 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": ["src/test/**"]
}
Loading

0 comments on commit dde5d1a

Please sign in to comment.