From 13e96253b854be7257404c82bef17f10c3f82342 Mon Sep 17 00:00:00 2001 From: gknowles Date: Thu, 15 Feb 2024 21:47:46 -0800 Subject: [PATCH] Move gcov_args option to plugins --- .github/workflows/github-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-build.yml b/.github/workflows/github-build.yml index 128514e..2769a69 100644 --- a/.github/workflows/github-build.yml +++ b/.github/workflows/github-build.yml @@ -156,6 +156,5 @@ jobs: if: matrix.coverage uses: codecov/codecov-action@v4 with: - gcov: true - gcov_args: -p + plugins: gcov -p fail_ci_if_error: true