From c757575db0203e31f73727c1897cb1996644b78f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 02:53:24 +0200 Subject: [PATCH] Codecov: disable gcov Coverage informatio is already processed by lcov, so let's use that directly. Should behave more close to coveralls. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f9e4d..2900e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,7 @@ jobs: #fail_ci_if_error: true path_to_write_report: ./coverage/codecov_report.txt #verbose: true + functionalities: gcov finish: needs: build -- 2.39.2