Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 11, 2024
1 parent 5491aa2 commit 13d7aff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
@@ -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]')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Long tests
name: Code cov

on:
# run tests on push events
Expand Down

0 comments on commit 13d7aff

Please sign in to comment.