We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79db78 commit cb5b398Copy full SHA for cb5b398
1 file changed
.github/workflows/build.yml
@@ -66,10 +66,7 @@ jobs:
66
ctest --preset=debug
67
lcov --gcov-tool gcov --capture --directory . --output-file lcov.info --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch
68
69
- - name: Upload coverage to Codecov
70
- uses: codecov/codecov-action@v3
+ - name: Upload coverage to Coveralls
+ uses: coverallsapp/github-action@v2
71
with:
72
- files: lcov.info
73
- flags: unittests
74
- name: codecov-coverage
75
- fail_ci_if_error: true
+ path-to-lcov: lcov.info
0 commit comments