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

PyCQA / pylint / 4033 / 10
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 16 May 2020 07:46AM UTC
Files 84
Run time 6s
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

16 May 2020 07:33AM UTC coverage: 89.331% (+0.006%) from 89.325%
TOXENV=pypy

push

travis-ci

PCManticore
config: Handle rich (non-string) types in TOML file

Fixes #3538

Before that, we had to use strings in a TOML configuration file, like
this:

    enable = "use-symbolic-message-instead,useless-suppression"
    jobs = "10"
    suggestion-mode = "no"

TOML supports rich types like list, integer and boolean. They make for
a more readable and less error-prone file. We can now express the same
configuration like this:

    enable = [
        "use-symbolic-message-instead",
        "useless-suppression",
    ]
    jobs = 10
    suggestion-mode = false

10910 of 12213 relevant lines covered (89.33%)

0.89 hits per line

Source Files on job 4033.10 (TOXENV=pypy)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3330
  • Travis Job 4033.10
  • 489508cc on github
  • Prev Job for TOXENV=pypy on master (#4027.10)
  • Next Job for TOXENV=pypy on master (#4035.10)
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