From f86e476f386480fbb92b92c504a338e3755df346 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Thu, 6 Jun 2024 11:28:26 -0600 Subject: [PATCH] Commenting gcov --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c3d55d05..28be378b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: - uses: codecov/codecov-action@v3 with: - gcov: true + # gcov: true directory: tests gcov_ignore: tests/tests.hpp verbose: true # optional (default = false)