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