Skip to content

Commit

Permalink
[ci] set coverage lcov output file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Sep 22, 2024
1 parent bc1655d commit d17654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: coverage run -m pytest .
- name: Convert coverage output to lcov for coveralls
run: |
coverage lcov
coverage lcov -o lcov.info
# make paths relative
sed -i s,$PWD/,,g lcov.info
- name: prepare coveralls partial upload
Expand Down

0 comments on commit d17654d

Please sign in to comment.