From 62233625e8914e99c5fafd9e58c484142d8dedc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:23:29 +0000 Subject: [PATCH] Update vladopajic/go-test-coverage action to v2.18.8 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ea40742..fd3c5a2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: run: go test ./ -coverprofile=./cover.out -covermode=atomic -coverpkg=./ - name: Generate coverage badge - uses: vladopajic/go-test-coverage@f190f667e23b4441202d0bab0f8c2e7bce8925b6 # v2.18.4 + uses: vladopajic/go-test-coverage@a93b868a4cbcbf18dc3781650fad241f0020e609 # v2.18.8 with: profile: cover.out local-prefix: github.com/TomTonic/rtcompare