Skip to content

Commit

Permalink
remove coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Dec 19, 2024
1 parent e2b678c commit 3bc9b4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exponential Backoff [![GoDoc][godoc image]][godoc] [![Coverage Status][coveralls image]][coveralls]
# Exponential Backoff [![GoDoc][godoc image]][godoc]

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

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

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

[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
[exponential backoff wiki]: http://en.wikipedia.org/wiki/Exponential_backoff
Expand Down

0 comments on commit 3bc9b4c

Please sign in to comment.