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

raiden-network / raiden / 4349 / 3
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2018 06:47PM UTC
Files 73
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

04 Apr 2018 06:37PM UTC coverage: 34.869%. Remained the same
TEST_TYPE='smart_contracts'

push

travis-ci

hackaugusto
remove isinstance checks in favor of explicit type check

Discussed on PR #1308. This change in style is to avoid inheritance
check problems, e.g.:

    if isintance(obj, StopStateChange):
        handle_stop(state, obj)
    elif isintance(obj, StopWithCareStateChange):
        handle_stop_with_care(state, obj)

Where StopWithCareStateChange is a subclass of StopStateChange, in that
case the second branch would never be hit.

295 of 1973 branches covered (14.95%)

Branch coverage included in aggregate %.

2823 of 6969 relevant lines covered (40.51%)

0.41 hits per line

Source Files on job 4349.3 (TEST_TYPE='smart_contracts')
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 4349.3
  • 66f2e3c0 on github
  • Prev Job for TEST_TYPE='smart_contracts' on master (#4345.3)
  • Next Job for TEST_TYPE='smart_contracts' on master (#4354.3)
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