Skip to content

Commit

Permalink
Permissive lcov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Nov 27, 2024
1 parent c115f1b commit 8e00492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
shell: bash
run: |
cd ~/boost-root/bin.v2
lcov --rc lcov_branch_coverage=0 --gcov-tool gcov-14 --directory . --capture --output-file all.info
lcov --rc lcov_branch_coverage=0 --output-file coverage.info --extract all.info '*/boost/mysql*'
lcov --rc lcov_branch_coverage=0 --rc geninfo_unexecuted_blocks=1 --gcov-tool gcov-14 --directory . --capture --output-file all.info
lcov --rc lcov_branch_coverage=0 --rc geninfo_unexecuted_blocks=1 --output-file coverage.info --extract all.info '*/boost/mysql*'
sed "s|^SF:$HOME/boost-root/|SF:include/|g" coverage.info > $GITHUB_WORKSPACE/coverage.info
- name: Upload coverage reports
Expand Down

0 comments on commit 8e00492

Please sign in to comment.