Skip to content

Commit

Permalink
Merge pull request #2489 from moj-analytical-services/ci/pytest-cov-v…
Browse files Browse the repository at this point in the history
…ersion-pin

Specify version range for `pytest-cov` in CI
  • Loading branch information
ADBond authored Oct 30, 2024
2 parents 1f411a0 + 2f41c72 commit 2c0fde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests with coverage
run: |
poetry add pytest-cov
poetry add "pytest-cov>=5.0.0"
poetry run pytest -v --durations=0 -m "duckdb_only or core" --cov=splink --cov-report=xml --cov-report=term tests/
- name: Upload coverage report
Expand Down

0 comments on commit 2c0fde2

Please sign in to comment.