We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7b7a71 + 728ebae commit d533ae5Copy full SHA for d533ae5
.github/workflows/pytest.yml
@@ -29,7 +29,7 @@ jobs:
29
API_KEY: ${{ secrets.API_KEY }}
30
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
31
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
32
- run: pytest -v --timeout=60 --cov=app --cov-report=term-missing | tee pytest-coverage.txt
+ run: pytest --cov=app --cov-report=term-missing | tee pytest-coverage.txt
33
34
- name: Pytest coverage comment
35
uses: MishaKav/pytest-coverage-comment@main
0 commit comments