Added automation for code coverage in PRs and pushes#659
Added automation for code coverage in PRs and pushes#659maifeeulasad wants to merge 3 commits intointel:mainfrom
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
mkorbel1
left a comment
There was a problem hiding this comment.
I think this looks great to me, thank you!
|
@desmonddak any comments on this? |
|
Regarding the failing workflow:
Just thinking out loud. Open for discussion as well. And definetly open for change requests as well. |
|
Here's a suggestion the Copilot gave me as I was chatting with it about potential fixes and security issues. Thoughts? =================== Implement it as a two-workflow “compute on PR, comment on workflow_run” setup so fork PRs can run coverage on untrusted code, but the comment is posted by a trusted workflow with write permissions. High-level plan1) Workflow A: compute coverage on
|
Description & Motivation
For every pull request targeting
mainbranch we will be generating comment with coverage difference in each commit.Related Issue(s)
closes #270
Testing
I have tested this on my own fork, related PR: maifeeulasad#1
quick peek:

Backwards-compatibility
n/a
Documentation
n/a
As covered in previous PRs