Skip to content

Commit

Permalink
Fixed test coverage excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Sep 22, 2021
1 parent 117c1cd commit 878a92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .nycrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:api": "node tasks/mbtest.js api",
"test:cli": "cd mbTest && npm run cli",
"test:unit": "mocha --forbid-only --forbid-pending --reporter mocha-multi-reporters --reporter-options configFile=test/config.json 'test/**/*.js'",
"test:cover": "nyc npm run test:unit",
"test:cover": "nyc --reporter=lcov --reporter=text --include='src/**' --exclude='src/public/**' npm run test:unit",
"test:js": "cd mbTest && npm run js",
"test:perf": "cd mbTest && npm run perf",
"test:web": "node tasks/mbtest.js web",
Expand Down

0 comments on commit 878a92a

Please sign in to comment.