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

PyCQA / pylint / 2096
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 15 May 2018 12:46PM UTC
Jobs 5
Files 55
Run time 18min
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

pending completion
2096

push

travis-ci

PCManticore
Includes file paths in the default report format (#2088)

The default report format in mypy, pydocstyle, and other tools includes the file path so that the user of certain terminals (e.g. iTerm) can click on each warning to open that line in their editor.

For example, here is what the default mypy output looks like:

 framework/views/billing.py:92: error: Incompatible return value type (got "View", expected 
 "DashboardTab")

With this new format, pylintoutput looks like:

  framework/views/dashboards.py:21:8: W0612: Unused variable 'x' (unused-variable)

Note that some editors (e.g. Sublime Text) index columns from 1, so this will place the cursor one column to the left of the warning.

9981 of 11100 relevant lines covered (89.92%)

4.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2096.1 (TOXENV=py34) 15 May 2018 12:48PM UTC 0
89.58
Travis Job 2096.1
2 2096.2 (TOXENV=py35) 15 May 2018 12:46PM UTC 0
89.65
Travis Job 2096.2
3 2096.3 (TOXENV=py36) 15 May 2018 12:46PM UTC 0
89.71
Travis Job 2096.3
4 2096.4 (TOXENV=pypy) 15 May 2018 01:04PM UTC 0
89.36
Travis Job 2096.4
5 2096.5 (TOXENV=py37) 15 May 2018 12:47PM UTC 0
89.68
Travis Job 2096.5
Source Files on build 2096
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2096
  • 656c17b5 on github
  • Prev Build on master (#2095)
  • Next Build on master (#2097)
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