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

google / yapf / 1460 / 4
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2020 02:25AM UTC
Files 22
Run time 2s
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

20 Sep 2020 02:24AM UTC coverage: 95.64% (+0.9%) from 94.788%
1460.4

push

travis-ci

web-flow
Allow `lines` parameter to fix whitespace between statements. (#864)

* Fix split penalty for single-argument function calls with generators.

The previous logic considered all components of the generator in a
single-argument call such as 'f(a for a in x)' to be strongly connected
like a normal single-argument call (e.g. 'f(a_var)'). This caused
formatting irregularities in these cases.

This change retains normal split penalties in the single-argument
generator case.

* Allow `lines` parameter to fix whitespace between statements.

The previous logic largely ignored `lines` values that were not part of
statements. This means that yapf required a statement to be formatted to
make whitespace-only changes.

This logic tweak allows `lines` to be taken into account even when the
adjacent statements are disabled (i.e. not in `lines`).

* Remove chromium style from test.

3356 of 3509 relevant lines covered (95.64%)

0.96 hits per line

Source Files on job 1460.4
  • Tree
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1394
  • Travis Job 1460.4
  • 3ee39849 on github
  • Prev Job for on master (#1454.1)
  • Next Job for on master (#1463.1)
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