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

psf / black / 1683
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
1683

push

travis-ci

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.

2 of 2 new or added lines in 1 file covered. (100.0%)

3348 of 3495 relevant lines covered (95.79%)

2.87 hits per line

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