Carryforward self-hosted-large coverage#2439
Conversation
Greptile SummaryThis PR adds a
Confidence Score: 5/5Safe to merge — single-line addition to a CI configuration file with no functional side-effects. The change adds one flag entry to Codecov configuration, exactly mirroring the two existing self-hosted flag entries. There is no logic, no code paths, and no risk of regressions. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Coverage Upload] --> B{Flag Type}
B --> C[SelfHosted-Linux\ncarryforward: true]
B --> D[SelfHosted-macos\ncarryforward: true]
B --> E[SelfHosted-Large\ncarryforward: true NEW]
C --> F[Codecov: preserve last known coverage if job not run on PR]
D --> F
E --> F
Reviews (1): Last reviewed commit: "Carryforward self-hosted-large coverage" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
No description provided.