banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

Fix `codecov` to Use New Uploader #112

Closed adam-grant-hendry closed 12 months ago

adam-grant-hendry commented 1 year ago

This PR addresses issue #110 by removing codecov from requirements_test.txt and updating the codecov GitHub Action in pythonpackage.yml to v3 (v2+ required to use new uploader instead of bash uploader).

This should completely fix the issue, but in case additional steps are required to properly setup codecov, a repository admin may need to perform additional steps from the deprecation guide.

banesullivan commented 1 year ago

Thanks @adam-grant-hendry!