Skip to content

Commit

Permalink
[ci] try coverage builtin lcov support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Sep 22, 2024
1 parent e4d5697 commit bc1655d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/share/miniconda/envs/test/lib/libstdc++.so.6
- name: Install testing dependencies
run: |
conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng toml coverage_lcov
conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng toml
- name: Conda info
run: |
conda info
Expand All @@ -55,7 +55,7 @@ jobs:
- run: coverage run -m pytest .
- name: Convert coverage output to lcov for coveralls
run: |
coverage-lcov
coverage lcov
# make paths relative
sed -i s,$PWD/,,g lcov.info
- name: prepare coveralls partial upload
Expand Down

0 comments on commit bc1655d

Please sign in to comment.