test: update test CI workflow#190
Conversation
- use protected environment named test-coverage (resolves zizmor audit about using [secrets-outside-env](https://docs.zizmor.sh/audits/#secrets-outside-env)) - update tested clang-versions
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughModified CI workflow Python versions (added Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 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)
📝 Coding Plan
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 |
clang-tidy v22 complains when "no checks are enabled." But the test is supposed to rely on a .clang-tidy config file and ensure there are config files to copy for test's sample repo
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 24 24
Lines 1938 1938
=======================================
Hits 1905 1905
Misses 33 33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
(resolves zizmor audit about using secrets-outside-env)
Summary by CodeRabbit
Tests
Chores