Skip to content

Commit 3f8eb22

Browse files
committed
ci: Add codecov things
1 parent 961d372 commit 3f8eb22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- 'v[0-9]*'
99
pull_request:
1010
workflow_call:
11+
inputs:
12+
skip_codecov:
13+
type: boolean
14+
required: false
15+
default: false
1116

1217
jobs:
1318
# Unittests
@@ -54,6 +59,7 @@ jobs:
5459
# https://app.codecov.io/github/has2k1/gnuplot-kernel/settings
5560
# https://github.com/has2k1/gnuplot-kernel/settings/secrets/actions
5661
- name: Upload coverage to Codecov
62+
if: ${{ !inputs.skip_codecov }}
5763
uses: codecov/codecov-action@v5
5864
with:
5965
fail_ci_if_error: true

0 commit comments

Comments
 (0)