codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
25 stars 21 forks source link

codecov yaml not located #59

Closed derhally closed 5 years ago

derhally commented 5 years ago

When running on Linux, the CodeCover.Tool cannot locate the codecov.yaml file.

This is because the Yaml class is assuming paths use the \ path separator.

AdmiringWorm commented 5 years ago

@derhally we officially don't support linux right now, while there are plans to do that, there are several issues that prevent that support right now (path separator being only one of the issues).

derhally commented 5 years ago

Ok. Are you accepting PRs to support running on other platforms?

AdmiringWorm commented 5 years ago

Yes I am, however, before I can merge them I need to update the unit tests to support other platforms. (This is currently in progress, and needs to be done before merging anything).

AdmiringWorm commented 5 years ago

Your changes is now been merged into the branch I'm working on for converting the unit tests to support non-windows platforms.

I still have some issues that I need to resolve before I can push out a new release. (No ETA on when this will happen, unfortunately).

AdmiringWorm commented 5 years ago

However, if you wish to test it out immediately, you can grab the nupkg for Cake.Tool on our build server: https://ci.appveyor.com/project/AdmiringWorm/codecov-exe/build/job/t75m6x2q5rgbencx/artifacts

AdmiringWorm commented 5 years ago

Codecov 1.5.0 is now officially released, and is available on nuget.