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

Commit

Permalink
use new feature to generate lcov from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Dec 19, 2022
1 parent bf72a8c commit a33a643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveragepy-lcov
pip install tox tox-gh-actions
- name: Run unit tests for python 3.8
run: |
tox -e py38
coveragepy-lcov --output_file_path lcov.info
coverage lcov -o lcov.info
- name: Send coverage to coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit a33a643

Please sign in to comment.