Skip to content

Commit ca0f81c

Browse files
authored
Merge pull request #384 from maratori/badge
Remove broken badge
2 parents 82db368 + 715de03 commit ca0f81c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# testpackage <br> [![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Maintainability][codeclimate-img]][codeclimate-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url]
1+
# testpackage <br> [![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url]
22

33
**testpackage** is a golang linter that makes you use a separate `_test` package.
44

@@ -162,8 +162,6 @@ Flags:
162162
[ci-url]: https://github.com/maratori/testpackage/actions/workflows/ci.yaml
163163
[codecov-img]: https://codecov.io/gh/maratori/testpackage/branch/main/graph/badge.svg?token=Pa334H8xEh
164164
[codecov-url]: https://codecov.io/gh/maratori/testpackage
165-
[codeclimate-img]: https://api.codeclimate.com/v1/badges/bf753d7560c8e4aa5cf0/maintainability
166-
[codeclimate-url]: https://codeclimate.com/github/maratori/testpackage/maintainability
167165
[goreportcard-img]: https://goreportcard.com/badge/github.com/maratori/testpackage
168166
[goreportcard-url]: https://goreportcard.com/report/github.com/maratori/testpackage
169167
[license-img]: https://img.shields.io/github/license/maratori/testpackage.svg

0 commit comments

Comments
 (0)