Skip to content

Commit

Permalink
fix: coverage badge input file name (#63)
Browse files Browse the repository at this point in the history
* update badge

* fix: coverage badge input file name
  • Loading branch information
Abhishekvrshny authored Dec 25, 2024
1 parent 263dd53 commit 1c8f391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm64/v8
push: true
tags: quay.io/abhishekvrshny/propeller:latest
tags: quay.io/abhishekvrshny/propeller:latest

0 comments on commit 1c8f391

Please sign in to comment.