Skip to content

Commit

Permalink
For now remove the possibility to disable the code coverage in manual…
Browse files Browse the repository at this point in the history
… workflows.
  • Loading branch information
Algiane committed Apr 9, 2024
1 parent fef5815 commit e3f967e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/long-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ on:
# Default value if no value is explicitly provided
default: 'master'
required: false
code_coverage:
type: boolean
# Default value if no value is explicitly provided
default: true
required: false


# job
jobs:
Expand All @@ -32,4 +26,4 @@ jobs:
cmake_build_type: RelWithAssert
add_cmake_cfg_args: -D LONG_TESTS=ON
branch_name: ${{github.event.inputs.branch}}
code_coverage: ${{ github.event.inputs.code_coverage || true }}
code_coverage: true

0 comments on commit e3f967e

Please sign in to comment.