Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 3d827b6

Browse files
authored
Merge pull request #13 from InVisionApp/dselans/readme-badges
adding report card + godoc badge & links
2 parents 456ed33 + b06b6c6 commit 3d827b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ jobs:
1818
command: dockerize -wait tcp://127.0.0.1:3306 -timeout 120s
1919
- run: go get -t -v ./...
2020
- run: MYSQL_ALLOW_EMPTY_PASSWORD=true MYSQL_DATABASE=circle_test MYSQL_HOST=127.0.0.1 make test/codecov
21-
- run: bash <(curl -s https://codecov.io/bash)
22-
- run: ls; pwd
21+
- run: bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![CircleCI](https://circleci.com/gh/InVisionApp/go-master.svg?style=svg)](https://circleci.com/gh/InVisionApp/go-master)
22
[![codecov](https://codecov.io/gh/InVisionApp/go-master/branch/master/graph/badge.svg?token=eWHfq11AM9)](https://codecov.io/gh/InVisionApp/go-master)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/InVisionApp/go-master)](https://goreportcard.com/report/github.com/InVisionApp/go-master)
4+
[![Godocs](https://img.shields.io/badge/golang-documentation-blue.svg)](https://godoc.org/github.com/InVisionApp/go-master)
35

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

0 commit comments

Comments
 (0)