Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Error messages when running on Windows #139

Closed
mpeterv opened this issue Feb 10, 2018 · 3 comments
Closed

Error messages when running on Windows #139

mpeterv opened this issue Feb 10, 2018 · 3 comments

Comments

@mpeterv
Copy link

mpeterv commented Feb 10, 2018

codecov-python's own Appveyor build demonstrates the issue: error messages like Error running `cd 'C:\projects\codecov-python' && git ls-files`: None followed by The filename, directory name, or volume label syntax is incorrect. appear in console. Not sure what the consequences are - it seems that the build is failing for some unrelated reason as similar errors are shown for successful builds, too.

@blueyed
Copy link
Contributor

blueyed commented Feb 14, 2018

  1. The "Error running cd 'C:\projects\codecov-python' && git ls-files: None" can be ignored, but should get fixed nonetheless.
  2. find on Windows is apparently different from POSIX find?! It is used for gcov only though, so you can disable it with -X gcov (which you do already (https://ci.appveyor.com/project/mpeterv/lua-ci-example/build/1.0.5/job/1qv2ibrm36jvcwlv#L184)).

@Flamefire
Copy link

@blueyed the fix is there for a while now but not merged: #169

@thomasrockhu
Copy link
Contributor

This has been merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants