🚑🧪 Set the Codecov token directly in GHA#12516
Merged
webknjaz merged 1 commit intopytest-dev:mainfrom Jun 22, 2024
Merged
Conversation
It's necessary since it seems that the currently used Codecov uploader doesn't read the token from config sometimes. This is a follow-up for pytest-dev#12508 which wasn't enough.
Member
Author
|
@RonnyPfannschmidt @The-Compiler approve plz? |
RonnyPfannschmidt
approved these changes
Jun 22, 2024
Backport to 8.2.x: 💚 backport PR created✅ Backport PR branch: Backported as #12520 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Jun 22, 2024
…v-token (cherry picked from commit f75e3fe)
webknjaz
added a commit
that referenced
this pull request
Jun 22, 2024
…75e3fe63f8d22422393888bd5b9094cab35f522/pr-12516 [PR #12516/f75e3fe6 backport][8.2.x] 🚑🧪 Set the Codecov token directly in GHA
Member
Author
|
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: codecov/codecov-cli#464. |
This was referenced Jun 26, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.