Skip to content

Commit

Permalink
Remove detailed comment to avoid romeovs/lcov-reporter-action/issues/10
Browse files Browse the repository at this point in the history
  • Loading branch information
mszlgr committed Oct 28, 2020
1 parent b786241 commit 633ea70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22884,9 +22884,7 @@ function uncovered(file, options) {
function comment (lcov, options) {
return fragment(
`Coverage after merging ${b(options.head)} into ${b(options.base)}`,
table(tbody(tr(th(percentage(lcov).toFixed(2), "%")))),
"\n\n",
details(summary("Coverage Report"), tabulate(lcov, options)),
table(tbody(tr(th(percentage(lcov).toFixed(2), "%"))))
)
}

Expand Down

0 comments on commit 633ea70

Please sign in to comment.