Skip to content

Commit

Permalink
Remove code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leSamo committed Oct 23, 2023
1 parent 1a1c679 commit d2f2aa4
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 @@ -17,7 +17,7 @@
"patch:hosts": "fec patch-etc-hosts",
"start": "fec dev",
"test": "npm run test:ct",
"test:ct": "BABEL_ENV=component cypress run --component && npx nyc report",
"test:ct": "BABEL_ENV=component cypress run --component",
"test:coverage": "npx nyc report",
"verify": "npm-run-all build lint test",
"coverage:clean": "rm -rf .nyc_output coverage reports",
Expand Down

0 comments on commit d2f2aa4

Please sign in to comment.