Skip to content

Commit

Permalink
fix: Sets correct headline for default working directory (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert authored Sep 30, 2022
1 parent 1a602fe commit c612851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const run = async () => {
});

let summaryHeading = "Coverage Summary";
if (workingDirectory) {
if (workingDirectory !== './') {
summaryHeading += ` for \`${workingDirectory}\``;
}

Expand Down

0 comments on commit c612851

Please sign in to comment.