Skip to content

Commit

Permalink
add if statement for ls coverage.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 28, 2024
1 parent 4afb0fb commit 0239612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
run: pip install pytest-cov
- if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
run: pytest --cov-report xml:coverage.xml
- run: ls coverage.xml
- if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
run: ls coverage.xml
- if: matrix.python-version == '3.12' && github.event_name == 'pull_request'
uses: orgoro/[email protected]
with:
Expand Down

0 comments on commit 0239612

Please sign in to comment.