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

monero-ecosystem / monero-python / 920 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2021 08:54PM UTC
Files 34
Run time 3s
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 2021 08:51PM UTC coverage: 95.547% (+0.8%) from 94.761%
920.3

push

travis-ci

web-flow
Fixed Daemon.block bug for height=0 (#93)

If you called daemon.block(height=0) then the expression:

    if not height and not bhash:

Is `True` because 0 is falsey. I changed that line to a slightly more wordy, but more accurate:

    if height is None and bhash is None:

1459 of 1527 relevant lines covered (95.55%)

0.96 hits per line

Source Files on job 920.3
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 645
  • Travis Job 920.3
  • e4c35569 on github
  • Prev Job for on master (#919.1)
  • Next Job for on master (#921.2)
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