Skip to content

Commit

Permalink
ci: tag coverage data with sha
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2024
1 parent 5cfe583 commit ead0b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Store coverage data
uses: actions/upload-artifact@v4
with:
name: code-coverage
name: code-coverage-${{ github.sha }}
path: _coverage

coverage:
Expand All @@ -77,7 +77,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: code-coverage
name: code-coverage-${{ github.sha }}
path: _coverage

- name: Output coverage
Expand Down

0 comments on commit ead0b42

Please sign in to comment.