Skip to content

Commit

Permalink
chore: Update nyc reporter to use lcov format
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Aug 13, 2024
1 parent a2f39ef commit 388cffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"reporter": [
"text-summary",
"html"
"lcov"
]
},
"mocha": {
Expand All @@ -104,4 +104,4 @@
"test/**/*.ts"
]
}
}
}

0 comments on commit 388cffb

Please sign in to comment.