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

psf / black / 722
96%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2020 05:04AM UTC
Jobs 4
Files 4
Run time 9s
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
722

push

travis-ci-com

web-flow
Fix --diff output when encountering EOF (#1328)

`split("\n")` includes a final empty element `""` if the final line
ends with `\n` (as it should for POSIX-compliant text files), which
then became an extra `"\n"`.

`splitlines()` solves that, but there's a caveat, as it will split
on other types of line breaks too (like `\r`), which may not be
desired.

Fixes #526.

3348 of 3495 relevant lines covered (95.79%)

2.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 722.1 (TEST_CMD="pre-commit run --all-files") 05 Apr 2020 05:04AM UTC 0
Travis Job 722.1
2 722.2 (TEST_CMD="coverage run tests/test_black.py") 05 Apr 2020 05:04AM UTC 0
95.74
Travis Job 722.2
3 722.3 (TEST_CMD="coverage run tests/test_black.py") 05 Apr 2020 05:04AM UTC 0
95.74
Travis Job 722.3
4 722.4 (TEST_CMD="coverage run tests/test_black.py") 05 Apr 2020 05:04AM UTC 0
95.89
Travis Job 722.4
Source Files on build 722
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #722
  • 959848c1 on github
  • Prev Build on master (#1673)
  • Next Build on master (#1683)
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