Skip to content

Commit

Permalink
Change coverate module to nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosouza committed Sep 13, 2019
1 parent 475ae07 commit 16a92ea
Show file tree
Hide file tree
Showing 6 changed files with 701 additions and 171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
coverage
.nyc_output
config
test
files
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ test
.jshintrc
.travis.yml
.gitignore
.nycrc
.nyc_output
config
coverage
*.log
Expand Down
5 changes: 5 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reporter": [ "lcov" ],
"include": [ "src" ]
}

0 comments on commit 16a92ea

Please sign in to comment.