summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2020-04-03 11:59:47 -0400
committerAlex Flint <[email protected]>2020-04-03 11:59:47 -0400
commit7ac7956369352c143f35350623f5646e2741c1d3 (patch)
tree874528dee76d56fceff4dea2684b56adb31dc1bc /README.md
parentb43f8e2e655479b3f0aa756586f0ef76fff0187c (diff)
drop coverage badge (adding an issue to put it back)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9eeee8..9444741 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
[![GoDoc](https://godoc.org/github.com/alexflint/go-arg?status.svg)](https://godoc.org/github.com/alexflint/go-arg)
[![Build Status](https://travis-ci.org/alexflint/go-arg.svg?branch=master)](https://travis-ci.org/alexflint/go-arg)
[![GolangCI](https://golangci.com/badges/github.com/alexflint/go-arg.svg)](https://golangci.com/r/github.com/alexflint/go-arg)
-[![Coverage Status](https://coveralls.io/repos/alexflint/go-arg/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexflint/go-arg?branch=master)
[![Report Card](https://goreportcard.com/badge/github.com/alexflint/go-arg)](https://goreportcard.com/badge/github.com/alexflint/go-arg)
## Structured argument parsing for Go