Skip to content

Commit 3ec277f

Browse files
committed
clean coverage file first
1 parent 3e919e0 commit 3ec277f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
sudo make install
7272
make -j4 unit_tests
7373
./unit_tests
74+
lcov --remove coverage.info '*/test/*' '*/include/*'
7475
lcov --directory . --capture --output-file coverage.info
7576
lcov --remove coverage.info '*/test/*' '*/include/*'
7677
bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)