Skip to content

Commit

Permalink
fix(ci): potentially fix missing coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sehoffmann committed Jan 7, 2025
1 parent 34150e5 commit f75ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
coverage html -i
- name: Archive coverage results
if: runner.os == 'ubuntu-latest'
if: startsWith(matrix.os, 'ubuntu')
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
Expand Down

0 comments on commit f75ce65

Please sign in to comment.