Skip to content

Commit

Permalink
Add cobertura coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Dec 29, 2023
1 parent 27bac6c commit c91dd54
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "nodemon",
"test": "jest --coverage --collectCoverageFrom='src/**/*.ts'"
"test": "jest --coverage --collectCoverageFrom='src/**/*.ts' --coverageReporters=cobertura"
},
"author": "Dick Wolff",
"repository": {
Expand Down

0 comments on commit c91dd54

Please sign in to comment.