Skip to content

Commit

Permalink
fix: enable lcov coverage format
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 11, 2024
1 parent a00951b commit e67858e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"nyc": {
"check-coverage": true,
"reporter": [
"text",
"html"
"html",
"lcov",
"text"
]
},
"dependencies": {
Expand Down

0 comments on commit e67858e

Please sign in to comment.