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 3e919e0 commit 3ec277fCopy full SHA for 3ec277f
.github/workflows/build.yml
@@ -71,6 +71,7 @@ jobs:
71
sudo make install
72
make -j4 unit_tests
73
./unit_tests
74
+ lcov --remove coverage.info '*/test/*' '*/include/*'
75
lcov --directory . --capture --output-file coverage.info
76
lcov --remove coverage.info '*/test/*' '*/include/*'
77
bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_TOKEN}
0 commit comments