Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update workflow
  • Loading branch information
Shane32 committed Dec 11, 2024
commit 7ea5673a060375c97c82b012af8460bae86323c9
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Code coverage artifacts
name: Code coverage artifacts for ${{ matrix.os }}
path: |
${{ matrix.os }}.lcov.info
Clover.xml
Expand Down
Loading