Skip to content

Commit

Permalink
Specify directory for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 5, 2024
1 parent 4def6fb commit 0169f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
poetry install
- name: Run pytest
run: poetry run pytest --cov
run: poetry run pytest --cov .
env:
PYTHON_VERSION: ${{ matrix.python-version }}

Expand Down

0 comments on commit 0169f99

Please sign in to comment.