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

mgedmin / check-manifest / 239
100%

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

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 ensures the list of files contains only forward slashes
before calling `add_directories()`, 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 239.1 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:51PM UTC 0
99.77
Travis Job 239.1
2 239.2 (FORCE_TEST_VCS=git) 26 Aug 2016 10:51PM UTC 0
100.0
Travis Job 239.2
3 239.3 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:51PM UTC 0
100.0
Travis Job 239.3
4 239.4 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:51PM UTC 0
100.0
Travis Job 239.4
5 239.5 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:51PM UTC 0
99.77
Travis Job 239.5
6 239.6 (FORCE_TEST_VCS=git) 26 Aug 2016 10:52PM UTC 0
100.0
Travis Job 239.6
7 239.7 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:52PM UTC 0
100.0
Travis Job 239.7
8 239.8 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:52PM UTC 0
100.0
Travis Job 239.8
9 239.9 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:52PM UTC 0
99.77
Travis Job 239.9
10 239.10 (FORCE_TEST_VCS=git) 26 Aug 2016 10:52PM UTC 0
100.0
Travis Job 239.10
11 239.11 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:53PM UTC 0
100.0
Travis Job 239.11
12 239.12 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:53PM UTC 0
100.0
Travis Job 239.12
13 239.13 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:53PM UTC 0
99.77
Travis Job 239.13
14 239.14 (FORCE_TEST_VCS=git) 26 Aug 2016 10:53PM UTC 0
100.0
Travis Job 239.14
15 239.15 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:53PM UTC 0
100.0
Travis Job 239.15
16 239.16 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:53PM UTC 0
100.0
Travis Job 239.16
17 239.17 (FORCE_TEST_VCS=bzr) 26 Aug 2016 10:54PM UTC 0
99.77
Travis Job 239.17
18 239.18 (FORCE_TEST_VCS=git) 26 Aug 2016 10:54PM UTC 0
100.0
Travis Job 239.18
19 239.19 (FORCE_TEST_VCS=hg) 26 Aug 2016 10:54PM UTC 0
100.0
Travis Job 239.19
20 239.20 (FORCE_TEST_VCS=svn) 26 Aug 2016 10:54PM UTC 0
100.0
Travis Job 239.20
Source Files on build 239
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #239
  • 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