#!/bin/bash

go get github.com/go-playground/overalls && go get github.com/mattn/goveralls

overalls -project=github.com/atomix/go-framework -covermode=count -ignore=".git,vendor"
goveralls -coverprofile=overalls.coverprofile -service travis-ci
