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

raiden-network / raiden / 4349 / 4
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: 24.339%. Remained the same
TEST_TYPE='property'

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.

67 of 1955 branches covered (3.43%)

Branch coverage included in aggregate %.

2105 of 6969 relevant lines covered (30.21%)

0.3 hits per line

Source Files on job 4349.4 (TEST_TYPE='property')
  • 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.4
  • 66f2e3c0 on github
  • Prev Job for TEST_TYPE='property' on master (#4345.4)
  • Next Job for TEST_TYPE='property' on master (#4354.4)
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