Skip to content

Commit

Permalink
further debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSommer committed Apr 23, 2024
1 parent 01527f2 commit 30994d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
- name: Run unittests
run: |
source .venv/bin/activate
coverage run -m unittest discover -s ./ -p 'test_*.py'
- name: List files
run: ls -la
coverage run -m unittest discover -p 'test_*.py'
- name: Generate coverage reports
run: |
source .venv/bin/activate
coverage report -m
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 30994d5

Please sign in to comment.