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

PyCQA / pylint / 1589 / 7
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 11 Nov 2017 02:55PM UTC
Files 55
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

11 Nov 2017 02:46PM UTC coverage: 89.538% (+0.01%) from 89.528%
TOXENV=pypy

push

travis-ci

PCManticore
New warning: shallow copy of os.environ (#1733)

Shallow copy of os.environ doesn't work as people may expect. os.environ
is not a dict object but rather a proxy object, so any changes made
on the copy may have unexpected effects on os.environ

Instead of copy.copy(os.environ) method os.environ.copy() should be
used.

Message id is: `shallow-copy-environ`

See https://bugs.python.org/issue15373 for details.

Resolves: #1301

9585 of 10705 relevant lines covered (89.54%)

0.9 hits per line

Source Files on job 1589.7 (TOXENV=pypy)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1589
  • Travis Job 1589.7
  • 99abc893 on github
  • Prev Job for TOXENV=pypy on master (#1587.7)
  • Next Job for TOXENV=pypy on master (#1591.7)
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