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

mgedmin / check-manifest / 236
100%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2016 10:27PM 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
236

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

442 of 442 relevant lines covered (100.0%)

19.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 236.1 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:27PM UTC 0
99.77
Travis Job 236.1
2 236.2 (FORCE_TEST_VCS=git) 26 Aug 2016 10:27PM UTC 0
100.0
Travis Job 236.2
3 236.3 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:27PM UTC 0
100.0
Travis Job 236.3
4 236.4 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:27PM UTC 0
100.0
Travis Job 236.4
5 236.5 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:27PM UTC 0
99.77
Travis Job 236.5
6 236.6 (FORCE_TEST_VCS=git) 26 Aug 2016 10:28PM UTC 0
100.0
Travis Job 236.6
7 236.7 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:28PM UTC 0
100.0
Travis Job 236.7
8 236.8 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:28PM UTC 0
100.0
Travis Job 236.8
9 236.9 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:28PM UTC 0
99.77
Travis Job 236.9
10 236.10 (FORCE_TEST_VCS=git) 26 Aug 2016 10:28PM UTC 0
100.0
Travis Job 236.10
11 236.11 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:29PM UTC 0
100.0
Travis Job 236.11
12 236.12 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:29PM UTC 0
100.0
Travis Job 236.12
13 236.13 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:30PM UTC 0
99.77
Travis Job 236.13
14 236.14 (FORCE_TEST_VCS=git) 26 Aug 2016 10:29PM UTC 0
100.0
Travis Job 236.14
15 236.15 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:29PM UTC 0
100.0
Travis Job 236.15
16 236.16 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:30PM UTC 0
100.0
Travis Job 236.16
17 236.17 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:30PM UTC 0
99.77
Travis Job 236.17
18 236.18 (FORCE_TEST_VCS=git) 26 Aug 2016 10:30PM UTC 0
100.0
Travis Job 236.18
19 236.19 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:31PM UTC 0
100.0
Travis Job 236.19
20 236.20 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:31PM UTC 0
100.0
Travis Job 236.20
Source Files on build 236
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #236
  • 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