codecov / codecov-exe

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

Running on Unix returns a permission denied error #77

Closed AdmiringWorm closed 5 years ago

AdmiringWorm commented 5 years ago

Due to a bug in the warp utility that is being used by the codecov-exe program, the unix variants of the program haven't been ran chmod on when creating the files through Windows.

This then results in a permission denied error, unless the user runs chmod manually on the respective unix binary.

This is not supposed to be needed, changing to publishing through Linux on appveyor should resolve this issue.