From 87156766885c1fe6259a4a9ddb6050c80f4e8b02 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 21 Aug 2025 15:33:14 +0200 Subject: [PATCH 1/2] Add a comment line to go coverage --- .github/workflows/go-coverage.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go-coverage.yaml b/.github/workflows/go-coverage.yaml index 5820f28..29d25f4 100644 --- a/.github/workflows/go-coverage.yaml +++ b/.github/workflows/go-coverage.yaml @@ -3,6 +3,8 @@ # # In the calling repo, make sure to run this workflow # for all pushes to the default branch, too! +# +# This is just a dummy change in the Go coverage workflow. name: Go test coverage report on: From abf3c68d9cd538068bdc2615c23f643c661bce8a Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 21 Aug 2025 15:35:06 +0200 Subject: [PATCH 2/2] Add non-existing-key to workflow --- .github/workflows/go-coverage.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go-coverage.yaml b/.github/workflows/go-coverage.yaml index 29d25f4..0858d8e 100644 --- a/.github/workflows/go-coverage.yaml +++ b/.github/workflows/go-coverage.yaml @@ -7,6 +7,8 @@ # This is just a dummy change in the Go coverage workflow. name: Go test coverage report +non-existing-key: bad-value + on: workflow_call: secrets: