Skip to content

Commit

Permalink
Workflow coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jun 28, 2024
1 parent 9af5170 commit 356c4bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Run tests with coverage
run: |
coverage run -m pytest webservice/tests/test_app.py
cd webservice
coverage run -m pytest tests/test_app.py
- name: Generate coverage badge
run: |
Expand Down

0 comments on commit 356c4bb

Please sign in to comment.