cake-contrib / Cake.Recipe

:page_with_curl: A set of convention based Cake scripts
https://cake-contrib.github.io/Cake.Recipe
MIT License
70 stars 53 forks source link

(#1001) Remove tokenless support for Codecov #1002

Open AdmiringWorm opened 2 months ago

AdmiringWorm commented 2 months ago

Codecov no longer officially supports tokenless coverage uploads. While it may work in rare cases, it is more appropriate for us to remove this support completely. This PR makes these necessary changes to remove the support.

Additionally, this PR also updates the Cake.Codecov library to v2.0.0 and replaces the unofficial Codecov-exe project with the CodecovUploader that embeds the official Codecov CLI executables.