Skip to content

Commit

Permalink
removed report files
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Oct 23, 2023
1 parent 273cb8b commit 90104c2
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 --cov-report=html --cov-report=xml --cov-report=lcov --cov-report=annotate
pytest --cov=propulate
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2

Expand Down

0 comments on commit 90104c2

Please sign in to comment.