Skip to content

Commit

Permalink
Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanVerbner committed Sep 16, 2017
1 parent 99444a8 commit 3a9b414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
key: v1-dependencies--{{ checksum "build.sbt" }}

# run tests!
- run: cat /dev/null | sbt test:test
- run: cat /dev/null | sbt coverage test coverageReport coverageAggregate coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Scala BIP39

[![CircleCI](https://circleci.com/gh/AlanVerbner/bip39.svg?style=svg)](https://circleci.com/gh/AlanVerbner/bip39)
[![Coverage Status](https://coveralls.io/repos/github/AlanVerbner/bip39/badge.svg?branch=master)](https://coveralls.io/github/AlanVerbner/bip39?branch=master)

This is a toy BIP39 Scala based implementation I made for fun.

Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")

0 comments on commit 3a9b414

Please sign in to comment.