Skip to content

Commit

Permalink
Tried to have test results always report.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Mar 9, 2024
1 parent ebdde33 commit a1aeada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- run: pip install --user . montepy[test]
- run: coverage run -m pytest --junitxml=test_report.xml
- run: coverage report
if: ${{ success() }} || ${{ failure() }}
- run: coverage xml
- name: Upload test report
if: ${{ matrix.python-version == '3.9' }}
Expand Down

0 comments on commit a1aeada

Please sign in to comment.