Skip to content

Commit

Permalink
ADapt CI conf to print coverage to term
Browse files Browse the repository at this point in the history
  • Loading branch information
AuguB committed Dec 8, 2023
1 parent 27008b8 commit 0789102
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Run Tests with coverage and save report
run: |
coverage run -m pytest pytest/
coverage xml -o coverage.xml
pytest pytest/ --junitxml=report.xml --html=report.html
coverage run -m pytest pytest/ --junitxml=report.xml --html=report.html
continue-on-error: true # Continue to the next step even if tests fail

- name: Upload HTML Report
Expand Down

0 comments on commit 0789102

Please sign in to comment.