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

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

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 04 Feb 2018 02:04PM UTC
Files 82
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

04 Feb 2018 02:01PM UTC coverage: 0.0%. Remained the same
TOXENV=py37

push

travis-ci

Claudiu Popa
Remove flaky tests for random.sample

Recently we added support for inferring random.sample return values. But in the cases
where there was something amiss with the function call (too many arguments, too few,
wrong type), we were falling back on the default inference, as it is the normal approach
for inference tips. The problem is that the inference is inconsistent depending on the
Python version. On Python 3.6 it correctly infers a list, but with the elements being None,
while on older versions it returns Uninferable. Since we want to just test that
our brain tip works correctly, we can just remove the other tests and let only
the brain tip test to live.

0 of 13545 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 787.7 (TOXENV=py37)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 787
  • Travis Job 787.7
  • e7c589ca on github
  • Prev Job for TOXENV=py37 on master (#786.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