Skip to content

Commit 201d654

Browse files
authored
Merge pull request #893 from CSCfi/update/coverage-lcov-generation
use new way of generating lcov from coverage
2 parents fc80874 + 4bafe86 commit 201d654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install tox tox-gh-actions coveragepy-lcov
25+
pip install tox tox-gh-actions coverage
2626
- name: Install frontend
2727
run: |
2828
pushd swift_browser_ui_frontend
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run unit tests
3232
run: |
3333
tox -e pytest
34-
coveragepy-lcov --output_file_path lcov.info
34+
coverage lcov -o lcov.info
3535
- name: Send coverage to coveralls
3636
uses: coverallsapp/github-action@master
3737
with:

0 commit comments

Comments
 (0)