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

google / yapf / 1470 / 8
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2020 07:59PM UTC
Files 25
Run time 5s
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

02 Dec 2020 07:53PM UTC coverage: 93.85% (+0.8%) from 93.037%
1470.8

push

travis-ci

web-flow
Fix directory exclusion on Windows. (#881)

* Fix `GetCommandLineFilesTest.tearDown()` on Windows

Deleting a folder that is the working dir of any running process is a
PermissionError on Windows. The above test should therefore `os.chdir()`
out of a temp dir before trying to delete it.

* Strip trailing path separators from `exlcude` paths

* Fix excluding folders on Windows

Folder exlusion had no effect on Windows because `os.walk()` output uses
backslash path separators but `IsIgnored()` was hardcoded to use forward
slash. Replace hardcoded '/'s with `os.path.sep`.

3357 of 3577 relevant lines covered (93.85%)

0.94 hits per line

Source Files on job 1470.8
  • Tree
  • List 0
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1403
  • Travis Job 1470.8
  • 6abab7f4 on github
  • Prev Job for on master (#1468.1)
  • Next Job for on master (#1472.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