-
Notifications
You must be signed in to change notification settings - Fork 155
"FIND: Parameter format not correct" with bash script #255
Comments
This affects my project as well, and means we currently don't have any coverage on Windows. Is uploading coverage from Windows intended to be supported? |
It looks like that error message comes from the Windows built-in https://superuser.com/questions/1219129/unix-find-command-on-cmder-exe-in-windows So possibly the problem is that azure pipelines changed their Windows configuration somehow and broke |
In our case, we had a custom runner on GitHub (using codecov-action) and as part of the setup we have cygwin installed with cygwin variables coming in last in the $PATH. Moving them to the beginning and restarting the service made it so that the unix style Ideally, the script would auto detect the right binary to use and fail if it couldn't use it. |
Resolves issue related to codecov: codecov/codecov-bash#255 Signed-off-by: Javier Romero <[email protected]>
It seems like there something wrong with the
find
command when runningcodecov.sh
on Azure Pipelines. I'm getting:FIND: Parameter format not correct
.As you can see from my Azure CI build, I'm getting this error.
I've validated that my tests do produce coverage
As you can see, I'm not doing anything special when it comes to uploading the coverage.
This isn't an issue on macOS or Linux.
The text was updated successfully, but these errors were encountered: