Skip to content

Commit c2cfc25

Browse files
committed
Revive codeclimate badge
1 parent d29824d commit c2cfc25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codeclimate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ ratings:
1111
- "*.go"
1212
exclude_paths:
1313
- vendor/
14+
- "*_test.go"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Test Coverage](https://api.codeclimate.com/v1/badges/e820b394cdbd47103165/test_coverage)](https://codeclimate.com/github/osamingo/jsonrpc/test_coverage)
66
[![Go Report Card](https://goreportcard.com/badge/osamingo/jsonrpc)](https://goreportcard.com/report/osamingo/jsonrpc)
77
[![codebeat badge](https://codebeat.co/badges/cbd0290d-200b-4693-80dc-296d9447c35b)](https://codebeat.co/projects/github-com-osamingo-jsonrpc)
8+
[![Maintainability](https://api.codeclimate.com/v1/badges/e820b394cdbd47103165/maintainability)](https://codeclimate.com/github/osamingo/jsonrpc/maintainability)
89
[![GoDoc](https://godoc.org/github.com/osamingo/jsonrpc?status.svg)](https://godoc.org/github.com/osamingo/jsonrpc)
910
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/osamingo/jsonrpc/master/LICENSE)
1011

0 commit comments

Comments
 (0)