Skip to content

Commit

Permalink
use make-coverage-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 12, 2024
1 parent dcc20ad commit c573da2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --reporters=jest-junit --coverage",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"standard": "standard",
"standard:fix": "standard --fix",
"make-coverage-badge": "make-coverage-badge --output-path ./coverage-badge.svg"
Expand Down Expand Up @@ -43,8 +43,12 @@
"standard": "^17.1.0"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json-summary"
],
"reporters": [
"jest-junit"
]
},
"jest-junit": {
Expand Down

0 comments on commit c573da2

Please sign in to comment.