Skip to content

Commit

Permalink
tests: circleci rm lcov --ignore-errors mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Jan 22, 2024
1 parent ef3bf4f commit 2153b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Filter lcov outputs for scikit-build and upload it to coveralls.io
command: |
if [ -z "$CIRCLE_PULL_REQUEST" ]; then
lcov --compat-libtool --directory . --capture --output-file coverage.info.raw --ignore-errors mismatch # collect coverage reports
lcov --compat-libtool --directory . --capture --output-file coverage.info.raw # collect coverage reports
lcov --remove coverage.info.raw -o coverage.info '/usr/*' 'pybind11/*' # remove system includes and pybind11 from coverage
sed -i 's/\/root\/project\///g' coverage.info;
sed -i 's/\/root\///g' coverage.info;
Expand Down

0 comments on commit 2153b22

Please sign in to comment.