Skip to content

Commit

Permalink
change poetry pytest exec
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Sep 8, 2024
1 parent 3682212 commit 3426157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: poetry install --no-root --no-interaction --with dev

- name: Run tests
run: poetry run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=tests/ > pytest-coverage.txt
run: poetry run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=app tests/ | tee pytest-coverage.txt

- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
Expand Down

1 comment on commit 3426157

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 7 🔥 5.094s ⏱️

Please sign in to comment.