Skip to content

Commit e01cf35

Browse files
committed
Added support and badge for coveralls.io
1 parent b42b366 commit e01cf35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ notifications:
1212
email: false
1313

1414
before_script:
15+
- go get github.com/mattn/goveralls
1516
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
1617

1718
script:
1819
- golangci-lint run # run a bunch of code checkers/linters in parallel
19-
- go test -race ./... # Run all the tests with the race detector enabled
20+
- go test -race ./... # Run all the tests with the race detector enabled
21+
- $GOPATH/bin/goveralls -service=travis-ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Neuron Logo](logo.svg)
22

3-
# Errors [![Go Report Card](https://goreportcard.com/badge/github.com/neuronlabs/errors)](https://goreportcard.com/report/github.com/neuronlabs/errors) [![GoDoc](https://godoc.org/github.com/neuronlabs/errors?status.svg)](https://godoc.org/github.com/neuronlabs/errors) [![Build Status](https://travis-ci.com/neuronlabs/errors.svg?branch=master)](https://travis-ci.com/neuronlabs/errors) ![License](https://img.shields.io/github/license/neuronlabs/errors.svg)
3+
# Errors [![Go Report Card](https://goreportcard.com/badge/github.com/neuronlabs/errors)](https://goreportcard.com/report/github.com/neuronlabs/errors) [![GoDoc](https://godoc.org/github.com/neuronlabs/errors?status.svg)](https://godoc.org/github.com/neuronlabs/errors) [![Build Status](https://travis-ci.com/neuronlabs/errors.svg?branch=master)](https://travis-ci.com/neuronlabs/errors) [![Coverage Status](https://coveralls.io/repos/github/neuronlabs/errors/badge.svg?branch=master)](https://coveralls.io/github/neuronlabs/errors?branch=master) ![License](https://img.shields.io/github/license/neuronlabs/errors.svg)
44

55
Package errors contains simple golang error handling and classification primitives.
66

0 commit comments

Comments
 (0)