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 c48071d commit de4444eCopy full SHA for de4444e
.github/workflows/testing.yml
@@ -50,14 +50,16 @@ jobs:
50
51
- name: Execute tests
52
run: |
53
- pip install tox
+ pip install tox coverage-lcov
54
pip install -e .[for_tests]
55
56
export DJANGO=${{ matrix.django-version }}
57
export PYTHON=${{ matrix.python-version }}
58
export TOXENV=$(echo py${{ matrix.python-version }}-django${{ matrix.django-version }} | tr -d .)
59
tox
60
61
+ coverage-lcov --output_file_path coverage/lcov.info
62
+
63
- name: Coveralls
64
uses: coverallsapp/github-action@master
65
with:
0 commit comments