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

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

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 16 May 2020 07:39AM 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: 90.355% (+0.005%) from 90.35%
TOXENV=py38

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

11317 of 12525 relevant lines covered (90.36%)

0.9 hits per line

Source Files on job 4033.9 (TOXENV=py38)
  • 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.9
  • 489508cc on github
  • Prev Job for TOXENV=py38 on master (#4027.9)
  • Next Job for TOXENV=py38 on master (#4035.9)
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