]> go.fuhry.dev Git - fsnotify.git/commitdiff
readme: remove gocover.io badge
authorNathan Youngman <git@nathany.com>
Sun, 2 Oct 2016 05:17:20 +0000 (23:17 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 2 Oct 2016 05:17:20 +0000 (23:17 -0600)
[ci skip]

README.md

index 5ebce86eb61dca1e1432fb8c694842bba3498872..3c891e349bfd64fb200ee674cc688a5c998bfb9b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # File system notifications for Go
 
-[![GoDoc](https://godoc.org/github.com/fsnotify/fsnotify?status.svg)](https://godoc.org/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) [![Coverage](http://gocover.io/_badge/github.com/fsnotify/fsnotify)](http://gocover.io/github.com/fsnotify/fsnotify) 
+[![GoDoc](https://godoc.org/github.com/fsnotify/fsnotify?status.svg)](https://godoc.org/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify)
 
 fsnotify utilizes [golang.org/x/sys](https://godoc.org/golang.org/x/sys) rather than `syscall` from the standard library. Ensure you have the latest version installed by running: