Skip to content

Commit

Permalink
revert test exec
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Sep 8, 2024
1 parent 1f06d28 commit a1d157e
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-interaction --with dev

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

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

1 comment on commit a1d157e

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCover
TOTAL5110100%

Tests Skipped Failures Errors Time
77 0 💤 0 ❌ 0 🔥 6.039s ⏱️

Please sign in to comment.