Skip to content

Commit

Permalink
chore: enable more coverage reporters (svg#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jun 14, 2024
1 parent fea2637 commit ce4ca1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"jest": {
"coveragePathIgnorePatterns": [
"fixtures"
],
"coverageReporters": [
"html",
"lcov",
"text"
]
},
"dependencies": {
Expand Down

0 comments on commit ce4ca1c

Please sign in to comment.