We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8b28d commit dc7b14eCopy full SHA for dc7b14e
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
wget https://github.com/linux-test-project/lcov/releases/download/v2.3-beta/lcov-2.3.tar.gz --output-document="lcov_2_3/lcov-2.3.tar.gz"
77
tar xf "lcov_2_3/lcov-2.3.tar.gz" --strip-components=1 --directory lcov_2_3
78
lcov_2_3/bin/lcov --version
79
- lcov_2_3/bin/lcov --directory . --capture --ignore-errors inconsistent --output-file coverage.info
+ lcov_2_3/bin/lcov --directory . --capture --no-external --ignore-errors inconsistent --output-file coverage.info
80
lcov_2_3/bin/lcov --list coverage.info
81
bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${{ secrets.CODECOV_TOKEN }} || echo "Codecov did not collect coverage reports"
82
if: ${{ matrix.cxx == 'g++-11' && matrix.cmake_build_type == 'Release' }}
0 commit comments