From 1c8f391aaeb0209698c28548a3578be48f5904a2 Mon Sep 17 00:00:00 2001 From: Abhishek Varshney Date: Wed, 25 Dec 2024 11:21:33 +0530 Subject: [PATCH] fix: coverage badge input file name (#63) * update badge * fix: coverage badge input file name --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df90e65..b0173de 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: - name: Go Coverage Badge # Pass the `coverage.out` output to this action uses: tj-actions/coverage-badge-go@v2 with: - filename: coverage.out + filename: coverage-summary.out target: Readme.md - name: Check for README Changes @@ -76,4 +76,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64,linux/arm64/v8 push: true - tags: quay.io/abhishekvrshny/propeller:latest \ No newline at end of file + tags: quay.io/abhishekvrshny/propeller:latest