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

PyCQA / pylint / 2191
92%
main: 95%

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

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

10062 of 11175 relevant lines covered (90.04%)

4.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2191.1 (TOXENV=py34) 23 May 2018 03:44PM UTC 0
89.7
Travis Job 2191.1
2 2191.2 (TOXENV=py35) 23 May 2018 03:44PM UTC 0
89.77
Travis Job 2191.2
3 2191.3 (TOXENV=py36) 23 May 2018 03:44PM UTC 0
89.83
Travis Job 2191.3
4 2191.4 (TOXENV=pypy) 23 May 2018 03:55PM UTC 0
89.49
Travis Job 2191.4
5 2191.5 (TOXENV=py37) 23 May 2018 03:44PM UTC 0
89.81
Travis Job 2191.5
Source Files on build 2191
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2191
  • 901f652f on github
  • Prev Build on master (#2190)
  • Next Build on master (#2195)
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