Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
cfchou committed Aug 17, 2017
1 parent a6b8cad commit 51cb6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ format:
.PHONY: cover
cover:
@rm -rf cover.out
go test -coverprofile=cover.out $(PACKAGE) -quickchecks 10
go test -v -coverprofile=cover.out $(PACKAGE) -quickchecks 10 -level crit
go tool cover -html=cover.out -o cover.html

.PHONY: lint
Expand All @@ -32,6 +32,6 @@ lint:
.PHONY: coveralls
coveralls:
@rm -rf cover.out
go test -covermode=count -coverprofile=cover.out $(PACKAGE) -quickchecks 10
go test -v -covermode=count -coverprofile=cover.out $(PACKAGE) -quickchecks 50 -level crit
goveralls -coverprofile=cover.out -service=travis-ci

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Document is a work-in-progress

## Go-gentle
[![Build
Status](https://travis-ci.org/cfchou/go-gentle.png?branch=master)](https://travis-ci.org/cfchou/go-gentle)
[![Build Status](https://travis-ci.org/cfchou/go-gentle.png?branch=master)](https://travis-ci.org/cfchou/go-gentle) [![goreport](https://goreportcard.com/badge/github.com/cfchou/go-gentle)](https://goreportcard.com/report/github.com/cfchou/go-gentle) [![Coverage Status](https://coveralls.io/repos/github/cfchou/go-gentle/badge.svg?branch=dev_coveralls)](https://coveralls.io/github/cfchou/go-gentle?branch=dev_coveralls)

Talk to external services like a gentleman.

Expand Down

0 comments on commit 51cb6b7

Please sign in to comment.