Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 16, 2024
1 parent ce3ab99 commit 4819e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
sudo make install
make -j4 unit_tests
./unit_tests
lcov --directory . --directory examples/ --capture --output-file coverage.info
lcov --remove coverage.info '*/test/*' '*/examples/*' '*/include/*'
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '*/test/*' '*/include/*'
bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_TOKEN}
Expand Down

0 comments on commit 4819e9e

Please sign in to comment.