Skip to content

Commit

Permalink
Update dev/lint deps to more recent versions (#29)
Browse files Browse the repository at this point in the history
Don't use pytest-cov, just use coverage directly
  • Loading branch information
ashb committed Nov 15, 2022
1 parent 3df0acf commit 3a5d005
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Test with pytest
run: |
make test args="--color=yes"
poetry run pytest --dead-fixtures --dup-fixtures --color=yes
poetry run coverage run -m pytest --dead-fixtures --dup-fixtures --color=yes
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.5.0
with:
Expand Down

0 comments on commit 3a5d005

Please sign in to comment.