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 4d090f3 commit 184f2d3Copy full SHA for 184f2d3
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
python-version: ${{ matrix.python }}
39
- run: python -m pip install .[test]
40
- - run: python -m pytest --showlocals -vv --cov --cov-report=xml
+ - run: python -m pytest --showlocals -vv
41
- uses: codecov/codecov-action@v4
42
if: always()
43
env:
0 commit comments