Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb06 committed Feb 21, 2023
1 parent e9c7895 commit 576561f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/workflow/actionWorkflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const actionWorkflow = async (): Promise<void> => {
await generateBadges(summaryPath);
} else {
console.log('before lib call', summaryPath, outputPath);
await generateBadges('./coverage/coverage-summary.json', './coverage');
await generateBadges(summaryPath, outputPath);
console.log('after lib call');
}

Expand Down

0 comments on commit 576561f

Please sign in to comment.