Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version of Codecov provides support for unix #366

Closed
AdmiringWorm opened this issue May 4, 2019 · 1 comment · Fixed by #481
Closed

Latest version of Codecov provides support for unix #366

AdmiringWorm opened this issue May 4, 2019 · 1 comment · Fixed by #481
Milestone

Comments

@AdmiringWorm
Copy link
Member

AdmiringWorm commented May 4, 2019

As the title says, the latest (1.5.0) version of codecov will finally provide support for unix systems (unfortunately, no new CI provider is supported yet).

However, with this support, it begs the question of how the tool should be supported through Cake.Recipe.
With the nuget package that Cake.Recipe uses, the support for unix platforms will not work (as that package is compiled as a stand-alone package for windows, and will continue to be as such).
However, through the package Codecov.Tool (a .NET Core global tool), the support is available, as well as archives for specific platforms (Linux, OS X and Windows).

@AdmiringWorm AdmiringWorm changed the title Upcoming version of Codecov provides support for unix Latest version of Codecov provides support for unix May 6, 2019
@AdmiringWorm
Copy link
Member Author

Ever since version 1.6.0 the normal Codecov package have also included support for Linux and OS X.
However, I do not recommend using any version before 1.7.1 due to incorrect paths being used in the package, that would cause the incorrect executable to be picked when trying to use the package through Cake.

This was fixed in version 1.7.1 of Codecov (The dotnet tool was not affected), in combination of version 0.7.0 of Cake.Codecov (which requires Cake 0.33.0 or higher).

@gep13 gep13 added this to the 2.0.0 milestone Sep 9, 2019
AdmiringWorm added a commit to AdmiringWorm/Cake.Recipe that referenced this issue Oct 27, 2019
AdmiringWorm added a commit to AdmiringWorm/Cake.Recipe that referenced this issue Jan 9, 2020
gep13 pushed a commit to AdmiringWorm/Cake.Recipe that referenced this issue Jan 15, 2020
gep13 added a commit that referenced this issue Jan 15, 2020
(GH-366) Update codecov code to latest travis ci support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants