Skip to content

Commit

Permalink
HARMONY-1838: Add python matrix version to code cov artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Aug 6, 2024
1 parent 484f36d commit 5b66308
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 @@ -28,6 +28,6 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report ${{ github.event.pull_request.head.sha }}
name: code-coverage-report ${{ github.event.pull_request.head.sha }} ${{ matrix.python-version }}
path: htmlcov/*
if: ${{ github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize') }}

0 comments on commit 5b66308

Please sign in to comment.