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

PulpQE / pulp-smash / 425
63%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2016 01:35PM UTC
Jobs 3
Files 6
Run time 57s
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
425

push

travis-ci

Ichimonji10
Let linter check imports

The `lint-pylint` make target runs the Pylint linter over the code base.
A small number of checks are disabled, including import checks. Why are
import checks disabled? The import checks will issue a warning in the
case where four or more import lines are identical, and it will
therefore catch the following:

    try:  # try Python 3 first
        from urllib.parse import urljoin
    except ImportError:
        from urlparse import urljoin

This was considered a low-priority issue for some time. However, the
introduction of module `pulp_smash.compat` has solved this issue, and
there is now much less reason to ignore this check.

Update the `lint-pylint` make target and let Pylint check for
import-related issues.

302 of 411 relevant lines covered (73.48%)

2.2 hits per line

Jobs
ID Job ID Ran Files Coverage
2 425.2 12 Apr 2016 01:36PM UTC 0
73.48
Travis Job 425.2
3 425.3 12 Apr 2016 01:36PM UTC 0
73.48
Travis Job 425.3
4 425.4 12 Apr 2016 01:35PM UTC 0
73.48
Travis Job 425.4
Source Files on build 425
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #425
  • 804096da on github
  • Prev Build on master (#422)
  • Next Build on master (#427)
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