Skip to content

Commit

Permalink
fix coverage upload
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 16, 2024
1 parent 317a005 commit 979e268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- run: mv coverage/coverage-final.json coverage/${{ matrix.shard }}.json
- uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
name: coverage-artifacts-${{ matrix.node-version }}
path: coverage/${{ matrix.shard }}.json
overwrite: true

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- run: mv coverage/coverage-final.json coverage/e2e.json
- uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
name: coverage-artifacts-${{ matrix.node-version }}
path: coverage/e2e.json
overwrite: true

Expand All @@ -195,7 +195,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: coverage-artifacts
name: coverage-artifacts-20
path: coverage

- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 979e268

Please sign in to comment.