ci: allow thepastaclaw fork PRs to run on macOS runner#3318
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single condition is added to the macOS test job guard in the GitHub Actions workflow file, enabling the user 'thepastaclaw' to trigger macOS Rust workspace tests on pull requests from forks. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.1-dev #3318 +/- ##
============================================
+ Coverage 71.05% 72.51% +1.46%
============================================
Files 3293 3293
Lines 265909 268481 +2572
============================================
+ Hits 188951 194702 +5751
+ Misses 76958 73779 -3179
🚀 New features to boost your workflow:
|
Summary
head.repo.full_name == github.repositoryContext
thepastaclaw has 11 open PRs, none of which can run Rust tests because they're from a fork. The Ubuntu backup runners are also disabled (
UBUNTU_BACKUP_ENABLED != true), so zero Rust test coverage runs for any fork PR.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit