Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Anja Strunk <[email protected]>
  • Loading branch information
anjastrunk committed Apr 23, 2024
1 parent 9f469ee commit 667d578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Test with pytest
run: |
python -m pytest --cov-report=xml
ls
python -m pytest --cov --cov-report=xml
shell: bash

- name: Code Coverage Report
Expand Down

0 comments on commit 667d578

Please sign in to comment.