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

kovidgoyal / dukpy / 62
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: sort
DEFAULT BRANCH: master
Ran 25 Aug 2018 05:26AM UTC
Jobs 3
Files 6
Run time 14s
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
62

Pull #2

travis-ci

web-flow
Remove code checking if an error occured

Python requires that a function from a C library returns NULL iff an
exception occured, so checking if an error occurred is redundant.

If an incorretly implemented C library call returns NULL when there is
no error, Python will itself throw an exception like the following in
py3:

<built-in function _test_error_invalid_method> returned NULL without setting an error

or like the following in py2:

Function (<built-in function _test_error_invalid_method>) failed with error: 'NULL result without error in PyObject_Call
Pull Request #2: Only release the GIL *after* calling Py_XXX

3 of 3 new or added lines in 1 file covered. (100.0%)

452 of 533 relevant lines covered (84.8%)

54.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 62.1 25 Aug 2018 05:26AM UTC 0
84.92
Travis Job 62.1
2 62.2 25 Aug 2018 05:26AM UTC 0
84.92
Travis Job 62.2
3 62.3 25 Aug 2018 05:26AM UTC 0
84.8
Travis Job 62.3
Source Files on build 62
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #62
  • Pull Request #2
  • PR Base - master (#58)
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