Skip to content

Commit

Permalink
ensure each python version tests coverage report gets unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
blsmxiu47 committed Oct 28, 2024
1 parent 9f9a94f commit c05bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
with:
name: coverage-report
name: coverage-report-${{ matrix.python-version }}
path: coverage.xml

build:
Expand Down

0 comments on commit c05bea7

Please sign in to comment.