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

PyCQA / pylint / 553 / 3
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 10 Jul 2016 01:56PM UTC
Files 50
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

10 Jul 2016 01:54PM UTC coverage: 87.952% (+0.01%) from 87.938%
TOXENV=py34

push

travis-ci

PCManticore
arguments-differ takes in consideration kwonlyargs and variadics

The check was rewritten to be more strict about overridding a method:

  - now it complains if the parent method had variadics in the signature,
    but the overridden method does not have. For instance, having *args in
    the parent method means that it can accept anything, but restricting this
    to (a, b) in the overridden method leads to inconsistencies in their
    behavior and can potentially introduce new bugs.

  - it complains if the number of keyword only parameters are not the
    same in the overridden method

  - it complains about the names of the parameters. For instance, having
    (a, b) in the parent method and changing this to (c, d) in the overridden
    method means that the latter one cannot be accessed in the same way
    as the parent method, when using keyword arguments.

Close #983

8344 of 9487 relevant lines covered (87.95%)

0.88 hits per line

Source Files on job 553.3 (TOXENV=py34)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 553
  • Travis Job 553.3
  • d6cf1f05 on github
  • Prev Job for TOXENV=py34 on master (#552.3)
  • Next Job for TOXENV=py34 on master (#554.3)
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