chore(ci): Pin codecov to latest working release#843
chore(ci): Pin codecov to latest working release#843MaxymVlasov wants to merge 4 commits intomasterfrom
Conversation
By default, they pin it to latest...
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates the GitHub Actions workflow by adding two new lines within the "Upload test results to Codecov" step in the reusable tox configuration. The additions include a comment that documents the versioning approach for Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Description of your changes
By default, codecov pin their codecov-cli which used under the hood for GHA to latest.
https://github.com/codecov/codecov-action/blob/3440e5ef70c638a9f44602a80ab017feee1309fe/action.yml#L163-L166
How can we test changes