Skip to content

Commit

Permalink
add metrics for markdown-details
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 1, 2024
1 parent 2f0e480 commit 7e103d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test-v8.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const coverageOptions = {
// metrics: ['bytes', 'functions', 'lines']
}],
'v8-json',
'markdown-details',
['markdown-details', {
metrics: ['bytes', 'lines']
}],
'markdown-summary',
[path.resolve('./test/custom-istanbul-reporter.js'), {
type: 'istanbul',
Expand Down

0 comments on commit 7e103d3

Please sign in to comment.