File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ notifications:
7
7
email : false
8
8
9
9
script :
10
- - go test -v ./...
10
+ - go test -v -coverprofile=coverage.txt -covermode=atomic ./...
11
+
12
+ after_success :
13
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
- # FIXR
2
- A wrapper around FIXR's ticket API
1
+ [ ![ Build Status] ( https://travis-ci.org/ewancook/fixr.svg?branch=master )] ( https://travis-ci.org/ewancook/fixr ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ewancook/fixr )] ( https://goreportcard.com/report/github.com/ewancook/fixr ) [ ![ codecov] ( https://codecov.io/gh/ewancook/fixr/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ewancook/fixr )
2
+
3
+
4
+ # FIXR
5
+
6
+ A wrapper around [ FIXR] ( https://fixr.co ) 's private ticket API
3
7
4
8
## Installation
5
9
1 . ` go get github.com/pkg/errors `
You can’t perform that action at this time.
0 commit comments