Skip to content

Commit

Permalink
Fix coverage artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Jan 20, 2025
1 parent ed4d2b5 commit 84523df
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/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const main = async () => {
if (selfCoverage && env.COVERAGE_DIR)
await uploadArtifact(
`coverage-${name}`,
name,
`coverage-${name}`, // This has to be different from the name of the package, otherwise the artifact will be overwritten.
sha,
env.COVERAGE_DIR as string,
null,
Expand Down

0 comments on commit 84523df

Please sign in to comment.