Skip to content

Commit

Permalink
Get back 100% coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry authored and bgrosse-midokura committed Sep 8, 2021
1 parent 59d16c9 commit ec90b27
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 @@ -34,7 +34,7 @@
"build:esm": "yarn ttsc --project tsconfig.esm.json",
"test": "yarn tape 'test/**/*.test.*' -r ts-node/register",
"test:report": "TAPE_RAW_OUTPUT=1 yarn test | yarn tap-junit -o reports -n unit",
"nyc": "nyc -e .ts -x 'src/crossEnvCrypto.ts' -x 'test/**'",
"nyc": "nyc -e .ts -x 'src/cross-env-crypto.ts' -x 'test/**'",
"coverage": "yarn nyc yarn test:report",
"coverage:report": "yarn nyc --reporter cobertura --reporter html --report-dir reports/unit yarn test:report",
"coverage:number": "yarn coverage | grep 'All files' | cut -d '|' -f 5 | sed 's/ //g'",
Expand Down

0 comments on commit ec90b27

Please sign in to comment.