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

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

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2018 06:56PM UTC
Files 73
Run time 4s
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: 64.802% (-0.05%) from 64.85%
TEST_TYPE='api' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache'

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.

965 of 2003 branches covered (48.18%)

Branch coverage included in aggregate %.

4849 of 6969 relevant lines covered (69.58%)

0.7 hits per line

Source Files on job 4349.6 (TEST_TYPE='api' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache')
  • Tree
  • List 0
  • Changed 7
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 4349.6
  • 66f2e3c0 on github
  • Prev Job for TEST_TYPE='api' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache' on master (#4345.6)
  • Next Job for TEST_TYPE='api' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache' on master (#4354.6)
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