Skip to content

Commit

Permalink
Revert "demo apps workflow 18"
Browse files Browse the repository at this point in the history
This reverts commit 789e4f4.
  • Loading branch information
edumserrano committed Jan 2, 2024
1 parent 789e4f4 commit fe011fa
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ function getCodeCoverageOptions(
{
outputFile: v8RelativeFilePath, // v8 sub dir and html file name, relative to coverage.outputDir.
inline: true, // inline all scripts required for the V8 html report into a single HTML file.
metrics: ["functions", "branches", "lines"],
},
],
[
"console-summary",
{
metrics: ["functions", "branches", "lines"],
},
],
["console-summary"],
[
"cobertura",
{
Expand Down

0 comments on commit fe011fa

Please sign in to comment.