From 13d7affd241e929c9a9a465c356b4ccc28830432 Mon Sep 17 00:00:00 2001 From: Algiane Froehly Date: Thu, 11 Apr 2024 16:56:44 +0200 Subject: [PATCH] test. --- .github/workflows/code-cov.yml | 23 ----------------------- .github/workflows/code-coverage.yml | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index eb1b761a9..69b15df09 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -1,29 +1,6 @@ on: workflow_call: - inputs: - cmake_build_type: - description: 'Value for CMAKE_BUILD_TYPE' - type: string - default: Release - required: true - add_cmake_cfg_args: - description: 'Additional arguments for configuration step' - required: false - type: string - - branch_name: - description: 'Branch to checkout when tests are manually triggered' - required: false - type: string - - code_coverage: - description: 'Code coverage' - required: false - default: true - type: boolean - -# job jobs: ci: if: "! contains(github.event.head_commit.message, '[skip ci]')" diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index fee0c536e..a0bd3bacd 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -1,4 +1,4 @@ -name: Long tests +name: Code cov on: # run tests on push events