Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
update Readme and TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Kulikov committed Oct 10, 2019
1 parent aec7ca2 commit f21c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- go mod tidy -v
script:
- golint -set_exit_status ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JSON-RPC protocol library

[![Codecov](https://img.shields.io/codecov/c/github/nspcc-dev/jsonrpc.svg?style=flat-square)](https://codecov.io/gh/nspcc-dev/jsonrpc)
[![Build Status](https://travis-ci.com/nspcc-dev/jsonrpc.svg?branch=master)](https://travis-ci.com/nspcc-dev/jsonrpc)
[![Build Status](https://travis-ci.org/nspcc-dev/jsonrpc.svg?branch=master)](https://travis-ci.org/nspcc-dev/jsonrpc)
[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/jsonrpc)](https://goreportcard.com/report/github.com/nspcc-dev/jsonrpc)
[![GitHub release](https://img.shields.io/github/release/nspcc-dev/jsonrpc.svg)](https://github.com/nspcc-dev/jsonrpc)
![GitHub](https://img.shields.io/github/license/nspcc-dev/jsonrpc.svg?style=popout)
Expand Down

0 comments on commit f21c535

Please sign in to comment.