Skip to content

Commit

Permalink
Update pytest command to include coverage for app module
Browse files Browse the repository at this point in the history
  • Loading branch information
vGsteiger committed Jan 4, 2024
1 parent ba21ea3 commit d270604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
uses: ./.github/actions/poetry
- name: Run tests
run: |
poetry run pytest multi_x_serverless --cov-reset --cache-clear --cov-fail-under=90
poetry run pytest > pytest-coverage.txt
poetry run pytest multi_x_serverless --cov-reset --cache-clear --cov-fail-under=90 --cov=app > pytest-coverage.txt
- name: Comment coverage
uses: coroo/[email protected]

Expand Down

0 comments on commit d270604

Please sign in to comment.