Skip to content

Commit

Permalink
fix run command for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Sep 28, 2023
1 parent 18bd589 commit 22d5484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Generate coverage report
if: ${{ always() }}
run: |
coverage report -m >& coverage_report.txt
coverage html --dir htmlcov
poetry run coverage report -m >& coverage_report.txt
poetry run coverage html --dir htmlcov
- name: Archive test results
if: ${{ always() }}
Expand Down

0 comments on commit 22d5484

Please sign in to comment.