Skip to content

Migrate from deprecated test-results-action to codecov-action#5183

Merged
harshil21 merged 2 commits intopython-telegram-bot:masterfrom
Krishnachaitanyakc:migrate-codecov-test-results-action
Mar 26, 2026
Merged

Migrate from deprecated test-results-action to codecov-action#5183
harshil21 merged 2 commits intopython-telegram-bot:masterfrom
Krishnachaitanyakc:migrate-codecov-test-results-action

Conversation

@Krishnachaitanyakc
Copy link
Contributor

Summary

  • Replaces the deprecated codecov/test-results-action with codecov/codecov-action using report_type: test_results, as recommended by the Codecov deprecation warning in CI runs
  • Uses the same codecov/codecov-action version (v5.5.2) and commit SHA already pinned for the coverage upload step, ensuring consistency
  • Adds myself to AUTHORS.rst

Closes #5158

Check-list for PRs

  • This is a CI-only change; no user-facing code or documentation is affected
  • Added myself alphabetically to AUTHORS.rst

…v-action

Replace the deprecated `codecov/test-results-action` with
`codecov/codecov-action` using `report_type: test_results` as
recommended by Codecov. This resolves the deprecation warning in CI
runs.

Closes python-telegram-bot#5158
@harshil21
Copy link
Member

harshil21 commented Mar 25, 2026

Sorry looks like chango can't make a fragment for this PR due to permissions. @Krishnachaitanyakc can you do this manually?

I suggest adding the following content to changes/unreleased/5183.Enoyw5yoT4S9uRxn7v5ud5.toml in the repository:

internal = "Migrate from deprecated test-results-action to codecov-action"
[[pull_requests]]
uid = "5183"
author_uids = ["Krishnachaitanyakc"]
closes_threads = ["5158"]

@Krishnachaitanyakc
Copy link
Contributor Author

Done! I've added the chango changelog fragment at changes/unreleased/5183.Enoyw5yoT4S9uRxn7v5ud5.toml with the suggested content. Thanks for the heads up!

Copy link
Member

@harshil21 harshil21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test failures unrelated. Can confirm the issue has been fixed. Thanks for the contribution!

@harshil21 harshil21 merged commit 26203b4 into python-telegram-bot:master Mar 26, 2026
16 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move from deprecated test-results-action to codecov-action

2 participants