Trimmed cached c8 coverage artifacts - #30422
Conversation
no ref - speed up acceptance tests runs by only caching the coverage xml artifact, rather than the full v8 profiles
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost:test:ci:integration |
✅ Succeeded | 4m 45s | View ↗ |
nx run ghost:test:ci:e2e |
✅ Succeeded | 4m 28s | View ↗ |
nx run ghost:test:legacy |
✅ Succeeded | 3m 33s | View ↗ |
nx run-many -t test:unit -p ghost |
✅ Succeeded | 35s | View ↗ |
nx run-many --target=build --projects=tag:publi... |
✅ Succeeded | <1s | View ↗ |
nx run ghost-monorepo:lint:boundaries |
✅ Succeeded | <1s | View ↗ |
nx run-many -t lint -p ghost |
✅ Succeeded | 21s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 7s | View ↗ |
nx run @tryghost/e2e:test:fixtures |
✅ Succeeded | 1s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-09-01 13:26:57 UTC
f47ec2c to
32ad752
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: QUIET Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (13)
🧰 Additional context used📓 Path-based instructions (2)Prioritise concrete correctness, security, data-integrity, compatibility,⚙️ CodeRabbit configuration file Files:
Always use `pnpm`, never npm or Yarn.📄 CodeRabbit inference engine (AGENTS.md) Files:
🔇 Additional comments (2)
WalkthroughThe e2e coverage configuration now reports text summaries and Cobertura XML only. The Suggested reviewers: Merge Risk: ⚪ Minimal · up to This change limits cached coverage artifacts to the XML report to speed acceptance-test runs; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Full details: Type-Safe BoundariesExplanation PASS. The PR changes only ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30422 +/- ##
==========================================
+ Coverage 76.14% 76.18% +0.04%
==========================================
Files 1679 1679
Lines 160313 160313
Branches 19677 19686 +9
==========================================
+ Hits 122073 122142 +69
+ Misses 37214 37143 -71
- Partials 1026 1028 +2
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