Skip to content

Commit

Permalink
Generate test coverage report in HTML format too
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 9, 2023
1 parent d8567b6 commit 7879498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"reporter": [
"lcov",
"text"
"text",
"html"
]
}

0 comments on commit 7879498

Please sign in to comment.