codeant-ai-for-open-source[bot] commented on PR #38485:
URL: https://github.com/apache/superset/pull/38485#issuecomment-4018300233
## **Sequence Diagram**
This PR removes the local merging of per-shard frontend coverage results in
CI and instead uploads the collected coverage directory directly to Codecov,
delegating merging to Codecov and simplifying the workflow.
```mermaid
sequenceDiagram
participant GH_Actions as GitHub Actions Runner
participant Artifacts as Coverage Artifacts (workspace/coverage)
participant Codecov as Codecov Action
GH_Actions->>Artifacts: Download coverage-artifacts-* into coverage/
Note right of GH_Actions: Previously: reorganize & npx nyc merge ->
merged-output/coverage-summary.json
GH_Actions->>Codecov: Upload coverage directory (coverage) via
codecov-action
Codecov-->>GH_Actions: Process & merge coverage reports (server-side)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]