From 6a3541e3a3a00e347548c79373e1257e473163c9 Mon Sep 17 00:00:00 2001 From: Algiane Froehly Date: Thu, 11 Apr 2024 17:04:56 +0200 Subject: [PATCH] test 3. --- .github/workflows/code-coverage.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index a0bd3bacd..77ed85422 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -22,8 +22,3 @@ on: jobs: mmg-debug: uses: ./.github/workflows/code-cov.yml - with: - cmake_build_type: RelWithAssert - add_cmake_cfg_args: -D VERY_SHORT_TESTS=ON - branch_name: ${{github.event.inputs.branch}} - code_coverage: true