We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc90ea4 commit 303c97dCopy full SHA for 303c97d
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: pip
24
cache-dependency-path: pyproject.toml
25
- name: Install dependencies
26
- run: pip install -e .[test] coveralls
+ run: pip install -e .[test] coverage
27
- name: Test with pytest
28
run: |
29
coverage run -m pytest
0 commit comments