Skip to content

Commit cfd2a3f

Browse files
generate lcov
1 parent c1c2995 commit cfd2a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
env:
146146
TOXPYTHON: '3.11'
147147
run: |
148-
tox -e report
148+
tox -e py311
149149
150150
- name: Coveralls GitHub Action
151151
uses: coverallsapp/[email protected]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deps =
3939
pytest
4040
pytest-cov
4141
commands =
42-
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests}
42+
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml --cov-report=lcov -vv tests}
4343

4444
[testenv:check]
4545
deps =

0 commit comments

Comments
 (0)