Skip to content

Commit

Permalink
Merge pull request #13 from InVisionApp/dselans/readme-badges
Browse files Browse the repository at this point in the history
adding report card + godoc badge & links
  • Loading branch information
dselans committed Mar 1, 2019
2 parents 456ed33 + b06b6c6 commit 3d827b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
command: dockerize -wait tcp://127.0.0.1:3306 -timeout 120s
- run: go get -t -v ./...
- run: MYSQL_ALLOW_EMPTY_PASSWORD=true MYSQL_DATABASE=circle_test MYSQL_HOST=127.0.0.1 make test/codecov
- run: bash <(curl -s https://codecov.io/bash)
- run: ls; pwd
- run: bash <(curl -s https://codecov.io/bash)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![CircleCI](https://circleci.com/gh/InVisionApp/go-master.svg?style=svg)](https://circleci.com/gh/InVisionApp/go-master)
[![codecov](https://codecov.io/gh/InVisionApp/go-master/branch/master/graph/badge.svg?token=eWHfq11AM9)](https://codecov.io/gh/InVisionApp/go-master)
[![Go Report Card](https://goreportcard.com/badge/github.com/InVisionApp/go-master)](https://goreportcard.com/report/github.com/InVisionApp/go-master)
[![Godocs](https://img.shields.io/badge/golang-documentation-blue.svg)](https://godoc.org/github.com/InVisionApp/go-master)

<img align="right" src="images/go-master.svg" width="200">

Expand Down

0 comments on commit 3d827b6

Please sign in to comment.