Skip to content

Commit cb5b398

Browse files
committed
fix: trying coveralls
1 parent c79db78 commit cb5b398

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ jobs:
6666
ctest --preset=debug
6767
lcov --gcov-tool gcov --capture --directory . --output-file lcov.info --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch
6868
69-
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v3
69+
- name: Upload coverage to Coveralls
70+
uses: coverallsapp/github-action@v2
7171
with:
72-
files: lcov.info
73-
flags: unittests
74-
name: codecov-coverage
75-
fail_ci_if_error: true
72+
path-to-lcov: lcov.info

0 commit comments

Comments
 (0)