Skip to content

Commit

Permalink
fix reporting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Jun 28, 2024
1 parent 3ff8cfe commit 95b0b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/generate_report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function printCoverageReport(
console.log(`
# ${title}
Project | # Snippets Available | # Tests | # Passing Tests | Statement coverage | Branch coverage | # Non-trivial tests | # Non-trivial passing tests | Statement coverage by non-trivial tests
--- | --: | --: | --: | --: | --: | --: | --:`);
--- | --: | --: | --: | --: | --: | --: | --: | --:`);
for (const {
proj,
nrUniqueSnippets,
Expand Down

0 comments on commit 95b0b44

Please sign in to comment.