codecov / codecov-exe

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

Support disabling default uploader via yaml configuration file #109

Open AdmiringWorm opened 4 years ago

AdmiringWorm commented 4 years ago

If the user have specified client_uploads: true in the codecov.yml file, we should disable the default uploader and go straight to the fallback uploader.

This will first require an implementation of a yaml parser before we can take a look at this feature.

mentioned in issue #103