Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
fix(test): use --recursive in coverage
Browse files Browse the repository at this point in the history
Some tests were still skipped

Issue: BG-16466
  • Loading branch information
OttoAllmendinger committed Jan 14, 2020
1 parent 8133906 commit 49b2a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"coverage-report": "nyc report --reporter=lcov",
"coverage-html": "nyc report --reporter=html",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha test/ test/forks/*",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha --recursive",
"integration": "mocha test/integration/",
"standard": "standard",
"test": "npm run standard && npm run coverage",
Expand Down

0 comments on commit 49b2a0e

Please sign in to comment.