Skip to content

Commit

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

Large diffs are not rendered by default.

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

Expand Down

0 comments on commit e9c7895

Please sign in to comment.