Skip to content

Commit

Permalink
Add json summary and clover xml for the code coverage report (microso…
Browse files Browse the repository at this point in the history
…ft#23308)

## Description

Add json summary and clover xml for the code coverage report. These
include other types of coverage as well like method coverage. Json
format is also easier to read and could be helpful in creating a
dashboard.

---------

Co-authored-by: Jatin Garg <[email protected]>
  • Loading branch information
jatgarg and Jatin Garg authored Dec 12, 2024
1 parent accb839 commit 02b2e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@
"merge-async": true,
"report-dir": "nyc/report",
"reporter": [
"clover",
"cobertura",
"html",
"json-summary",
"text"
],
"temp-directory": "nyc/.nyc_output"
Expand Down

0 comments on commit 02b2e94

Please sign in to comment.