Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Merge 68d5e93 into dcb9aca
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Oct 11, 2018
2 parents dcb9aca + 68d5e93 commit dba56d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,11 @@ go:
- '1.10.x'
- '1.x'

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

script:
- go test -v ./...
- go test -v ./... -coverprofile coverage.out

after_success:
- $HOME/gopath/bin/goveralls -coverprofile coverage.out -service=travis-ci
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
Beancounter
==========

[![license](http://img.shields.io/badge/license-apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/square/beancounter/master/LICENSE) [![travis](https://img.shields.io/travis/com/square/beancounter.svg?maxAge=3600&logo=travis&label=travis)](https://travis-ci.com/square/beancounter) [![report](https://goreportcard.com/badge/github.com/square/beancounter)](https://goreportcard.com/report/github.com/square/beancounter)
[![license](http://img.shields.io/badge/license-apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/square/beancounter/master/LICENSE) [![travis](https://img.shields.io/travis/com/square/beancounter.svg?maxAge=3600&logo=travis&label=travis)](https://travis-ci.com/square/beancounter)
[![coverage](https://coveralls.io/repos/github/square/beancounter/badge.svg?branch=master)](https://coveralls.io/r/square/beancounter) [![report](https://goreportcard.com/badge/github.com/square/beancounter)](https://goreportcard.com/report/github.com/square/beancounter)

Beancounter is a command line utility to audit the balance of Hierarchical Deterministic (HD) wallets. The tool is
designed to scale and work for wallets with a large number of addresses or a large number of transactions.
Expand Down

0 comments on commit dba56d6

Please sign in to comment.