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

PyCQA / pylint / 399
92%
main: 95%

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

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.

8419 of 9499 relevant lines covered (88.63%)

1.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 399.1 (TOXENV=py27) 14 Jun 2016 12:43PM UTC 0
88.59
Travis Job 399.1
5 399.5 (TOXENV=pypy) 14 Jun 2016 12:49PM UTC 0
88.61
Travis Job 399.5
Source Files on build 399
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #399
  • ade7862b on github
  • Prev Build on master (#397)
  • Next Build on master (#400)
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