• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lightningnetwork / lnd / 3199 / 3
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2018 07:51PM UTC
Files 125
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Mar 2018 06:56PM UTC coverage: 64.917% (-0.006%) from 64.923%
RACE=false

push

travis-ci

Roasbeef
docker: remove deprecated --witness_only arg in docs

`lncli` command `walletbalance` apparently no longer supports the `--witness_only` argument. With the deprecated argument:
```
root@8a9ad8528430:/go/src/github.com/lightningnetwork/lnd# lncli walletbalance --witness_only=true
Incorrect Usage: flag provided but not defined: -witness_only

NAME:
   lncli walletbalance - Compute and display the wallet's current balance

USAGE:
   lncli walletbalance [arguments...]
[lncli] flag provided but not defined: -witness_only
```
After removing that argument:
```
root@8a9ad8528430:/go/src/github.com/lightningnetwork/lnd# lncli walletbalance
{
    "total_balance": "1505000000000",
    "confirmed_balance": "1505000000000",
    "unconfirmed_balance": "0"
}
```

18611 of 28669 relevant lines covered (64.92%)

23889.12 hits per line

Source Files on job 3199.3 (RACE=false)
  • Tree
  • List 0
  • Changed 34
  • Source Changed 3
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 3199.3
  • 6d4c9ca0 on github
  • Prev Job for RACE=false on master (#3201.3)
  • Next Job for RACE=false on master (#3205.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc