Skip to content

Commit

Permalink
Merge pull request #79 from keis/coveralls
Browse files Browse the repository at this point in the history
Enable coveralls
  • Loading branch information
keis committed May 11, 2016
2 parents f6ed5db + 6ee70d5 commit 3b5ed7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@ env:
services:
- docker

before_install:
- go get github.com/go-playground/overalls
- go get github.com/mattn/goveralls

script:
- make eremetic
- overalls -project=github.com/klarna/eremetic -covermode=count
- goveralls -coverprofile=overalls.coverprofile -service travis-ci

after_success:
- misc/docker.sh
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# <img src="static/images/eremiteLOGO_02.png" width="400px" alt="Eremetic">[![Build Status][travis-image]](https://travis-ci.org/klarna/eremetic)
# <img src="static/images/eremiteLOGO_02.png" width="400px" alt="Eremetic">

[![Build Status][travis-image]](https://travis-ci.org/klarna/eremetic)
[![Coverage Status][coveralls-image]](https://coveralls.io/r/klarna/eremetic?branch=master)

Eremetic is a Mesos Framework to run one-shot tasks.

Expand Down Expand Up @@ -128,4 +131,5 @@ Thanks to Sebastian Norde for the awesome logo!
## Licensing
Apache-2

[travis-image]: https://travis-ci.org/klarna/eremetic.svg
[travis-image]: https://img.shields.io/travis/klarna/eremetic.svg?style=flat
[coveralls-image]: https://img.shields.io/coveralls/klarna/eremetic.svg?style=flat

0 comments on commit 3b5ed7d

Please sign in to comment.