codecov / codecov-exe

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

Warn users when total upload is larger than 20 MB in size #97

Closed AdmiringWorm closed 4 years ago

AdmiringWorm commented 4 years ago

Official recommendation for uploaded file size is to keep them below 20-25 MB. Uploads may fail to show on codecov.io when the size is larger than this.

Codecov.io do not return any error message on these cases, so validation of the total file sizes should be done before trying to upload.

Originally reported here: #96