chore(ci): suppress CodeQL file coverage deprecation warning#8916
chore(ci): suppress CodeQL file coverage deprecation warning#8916sriramveeraghanta merged 2 commits intopreviewfrom
Conversation
Explicitly opt into the new default behavior where CodeQL skips computing file coverage information on pull requests for improved analysis performance.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a job-level environment variable Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the CodeQL GitHub Actions workflow to explicitly disable file coverage computation on pull requests, aligning with the upcoming CodeQL Action default and removing the deprecation warning.
Changes:
- Adds
CODEQL_ACTION_FILE_COVERAGE_ON_PRS: falseat the jobenvlevel for the CodeQL analysis job.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ne#8916) * chore(ci): suppress CodeQL file coverage deprecation warning Explicitly opt into the new default behavior where CodeQL skips computing file coverage information on pull requests for improved analysis performance. * Update .github/workflows/codeql.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
CODEQL_ACTION_FILE_COVERAGE_ON_PRS: falseenv var to the CodeQL workflow to explicitly opt into the new default behavior where file coverage computation is skipped on PRs for improved analysis performance.Test plan
Summary by CodeRabbit