-
-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump codecov from v4 to v5 #3470
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe pull request modifies the Node.js pull request testing workflow by updating the version of the Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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
|
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-3470--asyncapi-website.netlify.app/ |
@derberg It looks like this PR isn't able to solve the issue either. Upon further research, I found that we can disable tokens in codecov for Open Source projects. This might resolve the issue (hopefully! codecov/codecov-action#1709) Can you please do that. The setting is most probably on the page: https://app.codecov.io/account/gh/asyncapi/org-upload-token |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3470 +/- ##
=======================================
Coverage 86.59% 86.59%
=======================================
Files 21 21
Lines 664 664
=======================================
Hits 575 575
Misses 89 89 ☔ View full report in Codecov by Sentry. |
@anshgoyalevil What will be changed if we are not using tokens in codecov? |
@akshatnema Not exactly sure. Codecov's behavior is completely ambigious. The workflow just passed without any change while a few hours back, it wasn't working. According to what is written in the screenshot above, it looks like nothing will be changed at AsyncAPI's end. |
Description
Related issue(s)
fixes #3469
Summary by CodeRabbit
codecov-action
version for improved coverage report uploads in the Node.js pull request testing workflow.