From 575a4f4a6d0a0a3ec406efa4799defb19b9a1f85 Mon Sep 17 00:00:00 2001 From: jatin Date: Sun, 28 Apr 2024 23:32:20 -0700 Subject: [PATCH] More CI filtering --- .github/workflows/run-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2e1d6ef7..bb44a8e6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -47,7 +47,7 @@ jobs: - name: "Coverage" os: macos-latest cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug" -# run_coverage: true (this is breaking for some reason @TODO) + run_coverage: true (this is breaking for some reason @TODO) build_type: "Debug" - name: "Live GUI Test" os: ubuntu-latest @@ -149,5 +149,8 @@ jobs: working-directory: ${{env.WORK_DIR}} fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} + plugin: gcov + codecov_yml_path: ./codecov.yml files: ./coverage.info + directory: ./modules verbose: true