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

alexcrichton / tar-rs / 330
99%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2016 06:38AM UTC
Jobs 2
Files 10
Run time 42s
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
330

push

travis-ci

alexcrichton
Preserve `\` characters in path names

Historically this library mapped all `\` characters into `/` characters to
handle encoding Windows paths. This is incorrect behavior, however, on Unix
where `\` is a valid character in filenames.

This commit tweaks the treatment of `\` to ignore it everywhere essentially.
Directory separators on Windows are translated to `/` as that's what the tar
specification indicates, which handles the translation on Windows naturally.

Closes #57

1074 of 1154 relevant lines covered (93.07%)

1.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 330.1 22 Feb 2016 06:38AM UTC 0
93.07
Travis Job 330.1
2 330.2 22 Feb 2016 06:38AM UTC 0
93.07
Travis Job 330.2
Source Files on build 330
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #330
  • 1382ad45 on github
  • Prev Build on master (#326)
  • Next Build on master (#331)
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