Skip to content

Commit c54c092

Browse files
committed
update README & travis conf
1 parent afe6830 commit c54c092

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ notifications:
77
email: false
88

99
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)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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
37

48
## Installation
59
1. `go get github.com/pkg/errors`

0 commit comments

Comments
 (0)