Skip to content

Commit

Permalink
Update build-test-cplusplus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 31, 2025
1 parent 24656ed commit 6880080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cmake -B ../build -DCMAKE_BUILD_TYPE=Debug -DWITH_COVERAGE=1
cmake --build ../build -- -j 6
../build/RunTests
lcov -v --ignore-errors --directory ../build --capture --output-file lcov.info
lcov --directory ../build --capture --output-file lcov.info
lcov --remove lcov.info '*_deps/*' '/usr/*' --output-file lcov.info
- name: Upload to Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 6880080

Please sign in to comment.