Skip to content

Commit 3bc9b4c

Browse files
committed
remove coveralls badge
1 parent e2b678c commit 3bc9b4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Exponential Backoff [![GoDoc][godoc image]][godoc] [![Coverage Status][coveralls image]][coveralls]
1+
# Exponential Backoff [![GoDoc][godoc image]][godoc]
22

33
This is a Go port of the exponential backoff algorithm from [Google's HTTP Client Library for Java][google-http-java-client].
44

@@ -23,8 +23,6 @@ If you have specific needs, copy `Retry` function (from [retry.go][retry-src]) i
2323

2424
[godoc]: https://pkg.go.dev/github.com/cenkalti/backoff/v5
2525
[godoc image]: https://godoc.org/github.com/cenkalti/backoff?status.png
26-
[coveralls]: https://coveralls.io/github/cenkalti/backoff?branch=v5
27-
[coveralls image]: https://coveralls.io/repos/github/cenkalti/backoff/badge.svg?branch=v5
2826

2927
[google-http-java-client]: https://github.com/google/google-http-java-client/blob/da1aa993e90285ec18579f1553339b00e19b3ab5/google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java
3028
[exponential backoff wiki]: http://en.wikipedia.org/wiki/Exponential_backoff

0 commit comments

Comments
 (0)