Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 85cd0be

Browse files
authored
Merge pull request #356 from CSCfi/dev
use new way of generating lcov from coverage
2 parents e1b6f0c + a075e49 commit 85cd0be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install tox tox-gh-actions coveragepy-lcov
31+
pip install tox tox-gh-actions coverage
3232
- name: Run unit tests for python 3.8
3333
run: |
3434
tox -e unit_tests
35-
coveragepy-lcov --output_file_path lcov.info
35+
coverage lcov -o lcov.info
3636
- name: Send coverage to coveralls
3737
uses: coverallsapp/github-action@master
3838
with:

0 commit comments

Comments
 (0)