Skip to content

Commit

Permalink
istanbul coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
moxious committed Feb 25, 2019
1 parent 9e238c0 commit 5f5e49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
.nyc_output
coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/run-workload.js",
"scripts": {
"graph-workload": "node src/run-workload.js",
"test": "nyc mocha --recursive"
"test": "nyc --reporter=lcov --reporter=text-lcov mocha --recursive"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5f5e49c

Please sign in to comment.