Added automation for code coverage in PRs and pushes#659
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
|
|
Okay, so here is my understanding so far.
We can definitely split the action into two parts, and from my understanding, they are already handled that way. At this point, it comes down to an executive decision - please let me know how you’d like to proceed and whether we should move forward with the split. |
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