Skip to content

Commit

Permalink
Add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sonh committed Oct 3, 2020
1 parent 917149c commit 1829c2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# qs #
![Build](https://github.com/sonh/qs/workflows/build/badge.svg?branch=main)
[![Release](https://img.shields.io/github/release/sonh/qs.svg)](https://github.com/sonh/qs/releases/)
![build](https://github.com/sonh/qs/workflows/build/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/sonh/qs/branch/main/graph/badge.svg)](https://codecov.io/gh/sonh/qs)
[![release](https://img.shields.io/github/release/sonh/qs.svg)](https://github.com/sonh/qs/releases/)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/sonh/qs)](https://pkg.go.dev/github.com/sonh/qs)
[![Go Report Card](https://goreportcard.com/badge/github.com/sonh/qs)](https://goreportcard.com/report/github.com/sonh/qs)
[![Go version of a Go module](https://img.shields.io/github/go-mod/go-version/sonh/qs.svg)](https://github.com/sonh/qs)
[![GoReportCard](https://goreportcard.com/badge/github.com/sonh/qs)](https://goreportcard.com/report/github.com/sonh/qs)
[![GoVersionOfGoMod](https://img.shields.io/github/go-mod/go-version/sonh/qs.svg)](https://github.com/sonh/qs)

Package sonh/qs encodes structs into url.Values.

Expand Down
1 change: 0 additions & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,5 @@ Limitation
- `interface`, `[]interface`, `map` are not supported yet
- `struct`, `slice`/`array` multi-level nesting are limited
- no decoder yet
_Will improve in future versions_
*/
package qs

0 comments on commit 1829c2f

Please sign in to comment.