-
Notifications
You must be signed in to change notification settings - Fork 21
Program returns error code 1 when -required argument is used and no failure occurred #17
Comments
@AdmiringWorm, |
I'll open a PR shortly, it's just a 1 line change though if I'm correct in my assumption. |
Great..I'll push out a new version to nuget when your done and I'm back to my computer. |
@larzw just opened the PR (will automatically close this one on merge). BTW, I may have some suggestions sometime in the future for improvements on the chocolatey package. |
…-success (GH-17) Fixing codecov-exe returning error code 1 on success
Just merged...I would love feedback on my chocolatey package! This is my first choco package I've created. |
@larzw mind letting me know when it's available on nuget? |
Yup! I'll ping you in gitter when it's ready..maybe in an hour or so.. |
@larzw just had a quick look at the chocolatey nuspec and powershell files, and the first things that popped out was that the software should be embedded (in this case, the powershell could be removed, but a VERIFICATION.txt and LICENSE.txt file would need to be added, the former because the mods and users need a way to verify it comes from an official distribution point). But in all, it's quite good TBH. |
When calling codecov-exe and the
-required
argument have been used, the program returns an error code of 1 even if the upload actually succeeded.This looks like it occurs because of the following line in the
Run.cs
file:codecov-exe/Source/Codecov/Program/Run.cs
Line 20 in 31f9a9b
I'm willing to open a PR if interested
/cc @stevepeak @larzw
The text was updated successfully, but these errors were encountered: