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

PulpQE / pulp-smash / 425 / 2
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2016 01:36PM UTC
Files 6
Run time 0s
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

11 Apr 2016 08:54PM UTC coverage: 73.479%. Remained the same
425.2

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%)

0.73 hits per line

Source Files on job 425.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 425
  • Travis Job 425.2
  • 804096da on github
  • Prev Job for on master (#422.2)
  • Next Job for on master (#427.1)
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