Skip to content

Commit

Permalink
fix codecov collision
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Feb 19, 2024
1 parent 4180272 commit d50547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: code-coverage-report-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
path: htmlcov

0 comments on commit d50547e

Please sign in to comment.