Skip to content

Commit

Permalink
ci: ensure the code coverage report artifact has a unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkglasbrenner committed Dec 15, 2023
1 parent 9b01169 commit 7cbf6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
if: ${{ contains(matrix.tox-testenv, 'pytest-cov') }}
uses: actions/upload-artifact@v4
with:
name: code-coverage-report-${{ matrix.python-version }}
name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage

0 comments on commit 7cbf6ab

Please sign in to comment.