pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.64k stars 2.58k forks source link

๐Ÿš‘๐Ÿงช Set the Codecov token directly in GHA #12516

Closed webknjaz closed 1 week ago

webknjaz commented 1 week ago

It's necessary since it seems that the currently used Codecov uploader doesn't read the token from the config sometimes.

This is a follow-up for #12508 which wasn't enough.

webknjaz commented 1 week ago

@RonnyPfannschmidt @The-Compiler approve plz?

patchback[bot] commented 1 week ago

Backport to 8.2.x: ๐Ÿ’š backport PR created

โœ… Backport PR branch: patchback/backports/8.2.x/f75e3fe63f8d22422393888bd5b9094cab35f522/pr-12516

Backported as https://github.com/pytest-dev/pytest/pull/12520

๐Ÿค– @patchback I'm built with octomachinery and my source is open โ€” https://github.com/sanitizers/patchback-github-app.

webknjaz commented 1 week ago

FTR, here I'm trying to get this regression fixed in the Codecov CLI incarnation of the uploader they use for v4 of their official action nowadays: https://github.com/codecov/codecov-cli/pull/464.