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

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

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2019 09:24AM 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

21 Oct 2019 09:20AM UTC coverage: 95.715%. Remained the same
TEST_CMD="coverage run tests/test_black.py"

push

travis-ci-com

ambv
Do not load incompatible cache (#875) (#1034)

A black cache created in Python 3.8 throws an unhandled
ValueError in earlier versions. This is because 3.6 does
not recognize the pickle protocol used as default in 3.8.
Accordingly, this commit:

  - Fixes read_cache to return an empty cache instead.

  - Changes the pickle protocol to 4 as the highest protocol
    fully supported by black's supported Python versions.

3261 of 3407 relevant lines covered (95.71%)

0.96 hits per line

Source Files on job 280.3 (TEST_CMD="coverage run tests/test_black.py")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 236
  • Travis Job 280.3
  • 03766f51 on github
  • Prev Job for TEST_CMD="coverage run tests/test_black.py" on master (#1238.2)
  • Next Job for TEST_CMD="coverage run tests/test_black.py" on master (#281.2)
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