Skip to content

Commit

Permalink
lcov seems to preserve paths
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Sep 12, 2023
1 parent 1da317b commit 858a208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ jobs:
- name: Combine and report coverage
run: |
coverage combine
coverage xml
coverage lcov
coverage report
- name: Upload to Coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage.xml
file: coverage.lcov
allow-empty: true
fail-on-error: false

Expand Down

0 comments on commit 858a208

Please sign in to comment.