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

PyCQA / pylint / 399 / 5
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 14 Jun 2016 12:49PM UTC
Files 53
Run time 2s
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

14 Jun 2016 12:38PM UTC coverage: 88.609% (+0.02%) from 88.59%
TOXENV=pypy

push

travis-ci

PCManticore
Fix a bug where the top name of a qualified import was detected as unused variable.

The problem originates from the fact that we do not have fully qualified name
of the imports in scope locals, but only the top most one. As such, we retrieve
the full name from the node itself or the alias if there is any.
There could be a possibility of this change to emit the message about a wrong
variable when multiple imports from the same package are on the same line,
but this isn't a concern, since according to best practices, the imports
should be on different lines (so accessing the first item of the node
is by design)

Close #923.

8417 of 9499 relevant lines covered (88.61%)

0.89 hits per line

Source Files on job 399.5 (TOXENV=pypy)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 399
  • Travis Job 399.5
  • ade7862b on github
  • Prev Job for TOXENV=pypy on master (#397.5)
  • Next Job for TOXENV=pypy on master (#400.5)
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