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

mgedmin / check-manifest / 238
100%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2016 10:41PM UTC
Jobs 20
Files 1
Run time 4min
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
238

Pull #73

travis-ci

web-flow
Normalizes path for git and git submodules

`_git_ls_files()` returns file paths with forward slashes. For files
in submodules, add_prefix_to_each() is called to prefix all the
submodule files with the relative path to the project root. On Windows,
the relative path contains backslashes. Since not every file in the
project is in a submodule, the combined list of files ended up with
some files that use forward slashes and others that use backslashes.

For project structures where the submodules share a path segment with
the project source, this caused `add_directories()` to create duplicate
directory entries in the list of files. The duplicate entries would
result in a traceback with a WindowsError when `os.mkdir()` was called
to create the same directory a second time.

See #61 for more details.

This commit replaces the backslashes with forward slashes in the
relative path, eliminating the duplicate directory entries.
Pull Request #73: Normalizes path for git and git submodules

443 of 443 relevant lines covered (100.0%)

19.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 238.1 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:41PM UTC 0
99.77
Travis Job 238.1
2 238.2 (FORCE_TEST_VCS=git) 26 Aug 2016 10:41PM UTC 0
100.0
Travis Job 238.2
3 238.3 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:42PM UTC 0
100.0
Travis Job 238.3
4 238.4 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:41PM UTC 0
100.0
Travis Job 238.4
5 238.5 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:43PM UTC 0
99.77
Travis Job 238.5
6 238.6 (FORCE_TEST_VCS=git) 26 Aug 2016 10:42PM UTC 0
100.0
Travis Job 238.6
7 238.7 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:42PM UTC 0
100.0
Travis Job 238.7
8 238.8 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:42PM UTC 0
100.0
Travis Job 238.8
9 238.9 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:43PM UTC 0
99.77
Travis Job 238.9
10 238.10 (FORCE_TEST_VCS=git) 26 Aug 2016 10:43PM UTC 0
100.0
Travis Job 238.10
11 238.11 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:43PM UTC 0
100.0
Travis Job 238.11
12 238.12 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:43PM UTC 0
100.0
Travis Job 238.12
13 238.13 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:44PM UTC 0
99.77
Travis Job 238.13
14 238.14 (FORCE_TEST_VCS=git) 26 Aug 2016 10:44PM UTC 0
100.0
Travis Job 238.14
15 238.15 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:44PM UTC 0
100.0
Travis Job 238.15
16 238.16 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:44PM UTC 0
100.0
Travis Job 238.16
17 238.17 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:45PM UTC 0
99.77
Travis Job 238.17
18 238.18 (FORCE_TEST_VCS=git) 26 Aug 2016 10:45PM UTC 0
100.0
Travis Job 238.18
19 238.19 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:45PM UTC 0
100.0
Travis Job 238.19
20 238.20 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:46PM UTC 0
100.0
Travis Job 238.20
Source Files on build 238
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #238
  • Pull Request #73
  • PR Base - master (#233)
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