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 c1c2995 commit cfd2a3fCopy full SHA for cfd2a3f
.github/workflows/github-actions.yml
@@ -145,7 +145,7 @@ jobs:
145
env:
146
TOXPYTHON: '3.11'
147
run: |
148
- tox -e report
+ tox -e py311
149
150
- name: Coveralls GitHub Action
151
uses: coverallsapp/[email protected]
tox.ini
@@ -39,7 +39,7 @@ deps =
39
pytest
40
pytest-cov
41
commands =
42
- {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests}
+ {posargs:pytest --cov --cov-report=term-missing --cov-report=xml --cov-report=lcov -vv tests}
43
44
[testenv:check]
45
deps =
0 commit comments