datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Update Appveyor config to use new codecov uploader #24

Closed jwodder closed 2 years ago

jwodder commented 3 years ago

On June 9, codecov released a new version of their coverage uploader program to replace the old bash uploader, which will stop working on February 1 and is currently experiencing scheduled brownouts; see this blog post for more information. This repository's Appveyor config installs the codecov uploader provided by Chocolatey, which has not yet updated to the newer version. If the Chocolatey package is not updated in time, the Appveyor config must be updated to install the new codecov uploader directly; see the linked blog post for instructions.