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

raiden-network / raiden / 4349
36%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2018 06:47PM UTC
Jobs 5
Files 95
Run time 17min
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

pending completion
4349

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.

118 of 1343 branches covered (8.79%)

Branch coverage included in aggregate %.

1828 of 4984 relevant lines covered (36.68%)

4.81 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4349.2 (TEST_TYPE='integration' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache') 04 Apr 2018 07:04PM UTC 0
65.8
Travis Job 4349.2
3 4349.3 (TEST_TYPE='smart_contracts') 04 Apr 2018 06:47PM UTC 0
34.87
Travis Job 4349.3
4 4349.4 (TEST_TYPE='property') 04 Apr 2018 06:47PM UTC 0
24.34
Travis Job 4349.4
5 4349.5 (TEST_TYPE='long_running' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache') 04 Apr 2018 06:48PM UTC 0
38.92
Travis Job 4349.5
6 4349.6 (TEST_TYPE='api' BLOCKCHAIN_TYPE='--blockchain-type=geth --blockchain-cache') 04 Apr 2018 06:56PM UTC 0
64.8
Travis Job 4349.6
Source Files on build 4349
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4349
  • 66f2e3c0 on github
  • Prev Build on master (#4345)
  • Next Build on master (#4354)
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