Skip to content

Commit

Permalink
Remove badge labels. At first glance it looks like they are not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBoychevMarinov committed Nov 28, 2023
1 parent b11f663 commit 949f64a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-coverage-report-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.21.0'
- name: test
run: go test -v ./... -coverprofile=coverage.out
run: go test ./... -coverprofile=coverage.out
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
Expand All @@ -20,5 +20,4 @@ jobs:
chart: true
amend: true
reuse-go: true
badge-title: "coverage-with-report-action"

2 changes: 0 additions & 2 deletions .github/workflows/go-test-coverage-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ jobs:
## name of branch where badges are stored
## ideally this should be orphan branch (see below how to create this branch)
git-branch: badges
## DEPRECATED
badge-text: "coverage-with-test-action"

0 comments on commit 949f64a

Please sign in to comment.