Skip to content

Commit

Permalink
GIT: debugging pytest in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Jan 3, 2025
1 parent 3ed5a2b commit 83a12b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
pytest -sv

0 comments on commit 83a12b8

Please sign in to comment.