Skip to content

Commit

Permalink
Add coverage CI and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Oct 9, 2016
1 parent 4bf3b8b commit a87c8ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
sudo: false
language: go
before_install:
- go get github.com/mattn/goveralls
script:
- make cover
after_script:
- goveralls -service travis-ci -coverprofile .GOPATH/cover/all.merged
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# b2

[![GoDoc](https://godoc.org/github.com/FiloSottile/b2?status.svg)](https://godoc.org/github.com/FiloSottile/b2)
[![Build Status](https://travis-ci.org/FiloSottile/b2.svg?branch=master)](https://travis-ci.org/FiloSottile/b2)
[![Coverage Status](https://coveralls.io/repos/github/FiloSottile/b2/badge.svg?branch=master)](https://coveralls.io/github/FiloSottile/b2?branch=master)

Efficient, idiomatic Go library for Backblaze B2 Cloud Storage.

0 comments on commit a87c8ee

Please sign in to comment.