1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-07-17 01:12:24 +02:00

Removed coveralls, because it was failing way to often, but not for the unit tests reasons

This commit is contained in:
Andy Grunwald
2017-05-01 14:52:54 +02:00
parent 792e94b7c0
commit 426f330664
2 changed files with 3 additions and 6 deletions

View File

@ -10,9 +10,7 @@ go:
- 1.8
before_install:
- go get ./...
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get -t ./...
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...

View File

@ -3,7 +3,6 @@
[![GoDoc](https://godoc.org/github.com/andygrunwald/go-jira?status.svg)](https://godoc.org/github.com/andygrunwald/go-jira)
[![Build Status](https://travis-ci.org/andygrunwald/go-jira.svg?branch=master)](https://travis-ci.org/andygrunwald/go-jira)
[![Go Report Card](https://goreportcard.com/badge/github.com/andygrunwald/go-jira)](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
[![Coverage Status](https://coveralls.io/repos/github/andygrunwald/go-jira/badge.svg?branch=master)](https://coveralls.io/github/andygrunwald/go-jira?branch=master)
[Go](https://golang.org/) client library for [Atlassian JIRA](https://www.atlassian.com/software/jira).
@ -252,4 +251,4 @@ If you are new to pull requests, checkout [Collaborating on projects using issue
## License
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).