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

PyCQA / pylint / 2192
89%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 23 May 2018 04:11PM UTC
Jobs 3
Files 55
Run time 3min
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
2192

push

travis-ci

PCManticore
Rewrite the comprehension-escape and exception-escape to work only on the corresponding nodes

These two checks were implemented in terms of visit_namne, that is, for every name in the tree,
we looked to see if that name leaked. This was resulting in a couple of false positives
and also in a performance issue, since we were calling nodes_of_class() and scope() for each
name node. Instead, this approach uses the visit methods for exception and comprehension nodes
and looks to see from there if the current scope uses leaked names.
This is not the ideal situation as well, ideal would be to have access to the definition
frame of each name, but that requires some extra engineering effort in astroid to get it right.
Close #2106

9757 of 10886 relevant lines covered (89.63%)

2.68 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2192.3 (TOXENV=py34) 23 May 2018 04:14PM UTC 0
89.37
Travis Job 2192.3
4 2192.4 (TOXENV=py35) 23 May 2018 04:11PM UTC 0
89.43
Travis Job 2192.4
5 2192.5 (TOXENV=py36) 23 May 2018 04:11PM UTC 0
89.47
Travis Job 2192.5
Source Files on build 2192
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2192
  • 6edf3af2 on github
  • Prev Build on 1.9 (#2183)
  • Next Build on 1.9 (#2193)
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