From 7db2741c2c15c4ef422f795a8e75288f0b36220e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 16 Apr 2023 11:41:57 +0200 Subject: [PATCH] Enable gcov explicitly codecov@v1 didn't need this, v3 does, otherwise no reports are generated. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b4e1ef..48e4b75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: #fail_ci_if_error: true path_to_write_report: ./codecov-report.txt #verbose: true + gcov: true - name: Archive code coverage result uses: 'actions/upload-artifact@v2' -- 2.39.2