Skip to content

Commit dc7b14e

Browse files
committed
build.yml: Add --no-external to lcov arguments
1 parent bc8b28d commit dc7b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
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"
7777
tar xf "lcov_2_3/lcov-2.3.tar.gz" --strip-components=1 --directory lcov_2_3
7878
lcov_2_3/bin/lcov --version
79-
lcov_2_3/bin/lcov --directory . --capture --ignore-errors inconsistent --output-file coverage.info
79+
lcov_2_3/bin/lcov --directory . --capture --no-external --ignore-errors inconsistent --output-file coverage.info
8080
lcov_2_3/bin/lcov --list coverage.info
8181
bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${{ secrets.CODECOV_TOKEN }} || echo "Codecov did not collect coverage reports"
8282
if: ${{ matrix.cxx == 'g++-11' && matrix.cmake_build_type == 'Release' }}

0 commit comments

Comments
 (0)