Disabled coverage on fork repos - #29325
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe CI workflow adds a repository-specific Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ 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 |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost-admin:test |
✅ Succeeded | 3s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-14 18:33:37 UTC
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/ci.yml:
- Around line 267-272: Update the coverage_enabled expression in the CI workflow
to compare github.event.pull_request.head.repo.full_name with the canonical
repository for pull_request events, while retaining a canonical-repository check
using github.repository for non-PR runs. Ensure fork pull requests evaluate to
false and canonical repository runs retain coverage and Codecov uploads.
- Around line 1675-1680: Update the job-level condition for job_coverage to
include always() while preserving the existing coverage_enabled check. Keep the
current per-step result checks unchanged so coverage artifacts from completed
test jobs are still uploaded when other test jobs are skipped.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6a443634-c43f-49c4-864e-584a00cb37c4
📒 Files selected for processing (2)
.github/workflows/ci.ymlghost/core/package.json
💤 Files with no reviewable changes (1)
- ghost/core/package.json
no ref - ensure coverage steps don't run on forked repos since coverage isn't used from them anyways
b2aa910 to
0d00a9f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29325 +/- ##
==========================================
+ Coverage 73.93% 73.98% +0.05%
==========================================
Files 1579 1579
Lines 136891 136893 +2
Branches 16552 16573 +21
==========================================
+ Hits 101204 101276 +72
+ Misses 34678 34575 -103
- Partials 1009 1042 +33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|

no ref