mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:56:21 +00:00
ci: fix deprecated lcov option
Change lcov_branch_coverage to branch_coverage (new syntax)
This commit is contained in:
4
.github/workflows/ci-code.yml
vendored
4
.github/workflows/ci-code.yml
vendored
@@ -114,12 +114,12 @@ jobs:
|
||||
make check || true
|
||||
make check-functional-parallel || true
|
||||
lcov --capture --directory . --output-file /coverage/coverage.info \
|
||||
--rc lcov_branch_coverage=1 \
|
||||
--rc branch_coverage=1 \
|
||||
--ignore-errors inconsistent
|
||||
lcov --remove /coverage/coverage.info \
|
||||
"/usr/include/*" "*/tests/*" \
|
||||
--output-file /coverage/coverage.info \
|
||||
--rc lcov_branch_coverage=1 \
|
||||
--rc branch_coverage=1 \
|
||||
--ignore-errors inconsistent,empty,unused
|
||||
'
|
||||
- name: Upload coverage to Codecov
|
||||
|
||||
Reference in New Issue
Block a user