Skip to content

Commit

Permalink
Aditya/codecov (#29)
Browse files Browse the repository at this point in the history
* Use codecov example

* Readd dep tool to install

* Test all packages

* Add travis badge
  • Loading branch information
AdityaSripal authored and colin-axner committed May 28, 2018
1 parent 2dced79 commit fcdff87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ before_install:
- chmod +x $GOPATH/bin/dep

install:
- dep ensure
- dep ensure

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Plasma MVP Sidechain

[![Build Status](https://travis-ci.org/FourthState/plasma-mvp-sidechain.svg?branch=master)](https://travis-ci.org/FourthState/plasma-mvp-sidechain)
[![license](https://img.shields.io/github/license/FourthState/plasma-mvp-rootchain.svg)](https://github.com/FourthState/plasma-mvp-sidechain/blob/master/LICENSE)

We're implementing [Minimum Viable Plasma](https://ethresear.ch/t/minimal-viable-plasma/426)
Expand Down

0 comments on commit fcdff87

Please sign in to comment.