Skip to content

Commit 3a5d005

Browse files
authored
Update dev/lint deps to more recent versions (#29)
Don't use pytest-cov, just use coverage directly
1 parent 3df0acf commit 3a5d005

File tree

4 files changed

+239
-309
lines changed

4 files changed

+239
-309
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Test with pytest
7070
run: |
7171
make test args="--color=yes"
72-
poetry run pytest --dead-fixtures --dup-fixtures --color=yes
72+
poetry run coverage run -m pytest --dead-fixtures --dup-fixtures --color=yes
7373
- name: Upload coverage to Codecov
7474
uses: codecov/codecov-action@v1.5.0
7575
with:

0 commit comments

Comments
 (0)