diff --git a/dist/main.js b/dist/main.js index 8d4b39b..1637240 100644 --- a/dist/main.js +++ b/dist/main.js @@ -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), "%")))) ) }