Skip to content

Commit

Permalink
Add fake test to test Coveralls
Browse files Browse the repository at this point in the history
Add build/test badges to readme
  • Loading branch information
jordanschalm committed Apr 30, 2017
1 parent ad385ab commit a30e05c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
Crypto-currency that doesn't waste your time.

[![ZenHub](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.com)
[![Coverage Status](https://coveralls.io/repos/github/ubclaunchpad/cumulus/badge.svg?branch=dev)](https://coveralls.io/github/ubclaunchpad/cumulus?branch=dev)
[![Build Status](https://travis-ci.org/ubclaunchpad/cumulus.svg?branch=master)](https://travis-ci.org/ubclaunchpad/cumulus)
9 changes: 9 additions & 0 deletions cumulus_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package cumulus

import (
"testing"
)

func TestCumulus(t *testing.T) {

}

0 comments on commit a30e05c

Please sign in to comment.