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

psf / black / 1683 / 3
96%
master: 96%

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

05 Apr 2020 05:02AM UTC coverage: 95.737%. Remained the same
TEST_CMD="coverage run tests/test_black.py"

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.

3346 of 3495 relevant lines covered (95.74%)

0.96 hits per line

Source Files on job 1683.3 (TEST_CMD="coverage run tests/test_black.py")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 928
  • Travis Job 1683.3
  • 959848c1 on github
  • Prev Job for TEST_CMD="coverage run tests/test_black.py" on master (#722.3)
  • Next Job for TEST_CMD="coverage run tests/test_black.py" on master (#1689.4)
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