Skip to content

Commit

Permalink
ci(workflows): include OS in the coverage report filename to make it …
Browse files Browse the repository at this point in the history
…unique between tests
  • Loading branch information
meszaros-lajos-gyorgy committed Feb 10, 2025
1 parent 91199c6 commit 678f57f
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 @@ -56,6 +56,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: 'lcov-report-${{ github.event.pull_request.number }}--${{ github.event.pull_request.head.sha }}'
name: 'lcov-report-${{ github.event.pull_request.number }}-${{ matrix.os }}-${{ github.event.pull_request.head.sha }}'
if-no-files-found: error
path: './coverage/lcov-report'

0 comments on commit 678f57f

Please sign in to comment.