Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from maratori/go-version
Browse files Browse the repository at this point in the history
Add go.mod version badge to readme
  • Loading branch information
maratori authored Sep 7, 2022
2 parents 8f22964 + 1e09b43 commit 2a0e403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="logo.png" height="100px" alt="Logo"> <br> [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Codebeat][codebeat-img]][codebeat-url] [![Maintainability][codeclimate-img]][codeclimate-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url]
# <img src="logo.png" height="100px" alt="Logo"> <br> [![go.mod version][go-img]][go-url] [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Codebeat][codebeat-img]][codebeat-url] [![Maintainability][codeclimate-img]][codeclimate-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url]


This is a go (golang) package with functions to run **P**arallel **T**ests.
Expand Down Expand Up @@ -258,6 +258,8 @@ func TestD(t *testing.T) {



[go-img]: https://img.shields.io/github/go-mod/go-version/maratori/pt
[go-url]: /go.mod
[ci-img]: https://github.com/maratori/pt/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/maratori/pt/actions/workflows/ci.yml
[codecov-img]: https://codecov.io/gh/maratori/pt/branch/main/graph/badge.svg?token=WisNd8SOoW
Expand Down

0 comments on commit 2a0e403

Please sign in to comment.