Skip to content

Commit

Permalink
Make it easier to debug ci test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Sep 22, 2024
1 parent a0184e5 commit db21c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Run tests and collect coverage
run: poetry run pytest --cov=aiogqlc --cov-report=xml
run: poetry run pytest -vv --cov=aiogqlc --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit db21c46

Please sign in to comment.