codeant-ai-for-open-source[bot] commented on PR #38885:
URL: https://github.com/apache/superset/pull/38885#issuecomment-4136046855

   ## **Sequence Diagram**
   
   This PR updates Python backend and integration test workflows so their 
coverage uploads to Codecov use GitHub OIDC-based authentication instead of a 
stored Codecov token, reducing upload failures in CI.
   
   ```mermaid
   sequenceDiagram
       participant Workflow
       participant TestJob
       participant GitHubOIDC
       participant Codecov
   
       Workflow->>TestJob: Run Python backend and integration tests
       TestJob->>GitHubOIDC: Request id token for coverage upload
       GitHubOIDC-->>TestJob: Return signed id token
       TestJob->>Codecov: Upload coverage using OIDC authentication
       Codecov-->>TestJob: Confirm coverage received
   ```
   
   ---
   *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]

Reply via email to