codecov / codecov-exe

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

Prevent download progress output? #75

Closed FantasticFiasco closed 5 years ago

FantasticFiasco commented 5 years ago

Is it possible to prevent displaying the download progress? A majority of my build log looks like this.

Progress: Downloading codecov 1.5.0... 73%
Progress: Downloading codecov 1.5.0... 73%
...
AdmiringWorm commented 5 years ago

You will need to look up the documentation of the package manager you are using to download codecov-exe. (chocolatey, nuget, dotnet cli).

We don't output any downloading in the program itself.

If you are using chocolatey, you can use the --no-progress argument. I do not know with the others.