Skip to content

Commit

Permalink
add CI status badge (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-codes authored Oct 9, 2024
1 parent 2251a84 commit 3d9c1bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# getopt
[![Go Reference](https://pkg.go.dev/badge/github.com/jon-codes/getopt.svg)](https://pkg.go.dev/github.com/jon-codes/getopt)
[![codecov](https://codecov.io/github/jon-codes/getopt/graph/badge.svg?token=CF7WDJOFVY)](https://codecov.io/github/jon-codes/getopt)
[![CI](https://github.com/jon-codes/getopt/actions/workflows/ci.yml/badge.svg)](https://github.com/jon-codes/getopt/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/jon-codes/getopt)](https://goreportcard.com/report/github.com/jon-codes/getopt)
[![codecov](https://codecov.io/github/jon-codes/getopt/graph/badge.svg?token=CF7WDJOFVY)](https://codecov.io/github/jon-codes/getopt)

Package `getopt` provides a zero-dependency Go implementation of the Unix getopt function for parsing command-line options.

Expand Down

0 comments on commit 3d9c1bc

Please sign in to comment.