Skip to content

Commit

Permalink
full cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 7, 2021
1 parent b3b537a commit b3e4178
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 @@ -20,7 +20,7 @@
"browser-test": "airtap --local 8080 test/browser*test.js",
"lint": "eslint .",
"test": "npm run lint && tap --100 test/*test.js test/*/*test.js",
"test-ci": "npm run lint && tap test/*test.js test/*/*test.js --coverage-report=lcovonly",
"test-ci": "npm run lint && tap test/*test.js test/*/*test.js",
"cov-ui": "tap --coverage-report=html test/*test.js test/*/*test.js",
"bench": "node benchmarks/utils/runbench all",
"bench-basic": "node benchmarks/utils/runbench basic",
Expand Down

0 comments on commit b3e4178

Please sign in to comment.