Skip to content

Commit

Permalink
debuggind coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Oct 23, 2023
1 parent 74ae1f8 commit 940ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ruff --output-format=github --target-version=py39 .
- name: Test with pytest
run: |
"pytest --cov=propulate --cov-report=json,html,xml,lcov,annotate"
pytest --cov=propulate --cov-report=json --cov-report=html --cov-report=xml --cov-report=lcov --cov-report=annotate
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2

Expand Down

0 comments on commit 940ce16

Please sign in to comment.