diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index 25b2f957..3614c790 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -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