Skip to content

Commit

Permalink
fix(ci): enable codecov using lcov reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Jun 2, 2023
1 parent c6c2512 commit 5078416
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 @@ -18,7 +18,7 @@
"build": "node ./esbuild.config.js",
"test": "npm run test-only && npm run eslint",
"test-only": "node --loader=esmock --no-warnings --test test/",
"coverage": "c8 --reporter=html npm run test"
"coverage": "c8 --reporter=lcov npm run test"
},
"files": [
"bin",
Expand Down

0 comments on commit 5078416

Please sign in to comment.