Skip to content

Commit f0123e1

Browse files
committed
Hide coverage badge for now
1 parent 04c8106 commit f0123e1

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,6 @@ jobs:
173173
coverage.out
174174
coverage.html
175175
176-
- name: Update coverage badge
177-
uses: ncruces/go-coverage-report@main
178-
with:
179-
output-dir: ${{matrix.module}}
180-
coverage-file: ${{matrix.path}}/coverage.out
181-
report: true
182-
chart: true
183-
amend: true
184-
if: |
185-
github.event_name == 'push'
186-
continue-on-error: true
187176
- name: Add coverage to PR comment
188177
if: github.event_name == 'pull_request'
189178
run: |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
44
[![CI](https://github.com/floatdrop/debounce/actions/workflows/ci.yaml/badge.svg)](https://github.com/floatdrop/debounce/actions/workflows/ci.yaml)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/floatdrop/debounce)](https://goreportcard.com/report/github.com/floatdrop/debounce)
6-
[![Go Coverage](https://github.com/floatdrop/debounce/wiki/v2/coverage.svg)](https://raw.githack.com/wiki/floatdrop/debounce/v2/coverage.html)
76
[![Go Reference](https://pkg.go.dev/badge/github.com/floatdrop/debounce/v2.svg)](https://pkg.go.dev/github.com/floatdrop/debounce/v2)
87
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
98

0 commit comments

Comments
 (0)