Skip to content

Commit

Permalink
Merge pull request #20 from strvcom/docs/badges
Browse files Browse the repository at this point in the history
docs: add badges
  • Loading branch information
Tomáš Kocman authored Aug 17, 2022
2 parents ba8ec4d + 5f8e741 commit 5c282f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ Describe the tests that you ran to verify your changes. Provide instructions so
- [ ] I have made corresponding changes to the documentation (`README.md`, `openapi.yaml`).
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] Unit tests pass with my changes.

@strvcom/go
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# STRV net

![Latest release][release]
[![codecov][codecov-img]][codecov]
![GitHub][license]

Go package facilitating writing API applications in a fast and easy manner.

## Available packages
Expand Down Expand Up @@ -78,3 +82,8 @@ func (h *Handler) GetUser(w http.ResponseWriter, r *http.Request) {
_ = httpx.WriteResponse(w, userResp, http.StatusOK)
}
```

[release]: https://img.shields.io/github/v/release/strvcom/strv-backend-go-net
[codecov]: https://codecov.io/gh/strvcom/strv-backend-go-net
[codecov-img]: https://codecov.io/gh/strvcom/strv-backend-go-net/branch/master/graph/badge.svg?token=QI6YW1E4TC
[license]: https://img.shields.io/github/license/strvcom/strv-backend-go-net

0 comments on commit 5c282f9

Please sign in to comment.