-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff code coverage of different branchs using codecov app #2310
Conversation
Command Bot: Processing... |
Bot doesn't appear to be making progress. |
Signed-off-by: huaweil <[email protected]>
ef966ab
to
3cd37b1
Compare
Command Bot: Processing... |
The issue is the workflow file: |
Command Bot: Processing... |
DCO Remediation Commit for Bettina Heim <[email protected]> I, Bettina Heim <[email protected]>, hereby add my Signed-off-by to this commit: 2ffbeda Signed-off-by: Bettina Heim <[email protected]>
Signed-off-by: Bettina Heim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took the liberty of making the edits to load an existing image, if available, rather than expecting a tar cache.
Signed-off-by: Bettina Heim <[email protected]>
Command Bot: Processing... |
Hi @bettinaheim
btw: The CICD failure is not shown here because I set fail_ci_if_error: false at this step, which means that even if the code coverage upload fails, it won't cause a CICD error. |
Signed-off-by: Bettina Heim <[email protected]>
Signed-off-by: Bettina Heim <[email protected]>
Command Bot: Processing... |
@actione I added the token and updated the workflows to pass the secret, but it looks like something is still missing:
|
Signed-off-by: huaweil <[email protected]>
Hi @bettinaheim This may be because, compared to the last time we updated clang16-main image, I have the following check in the generate_cc.sh script:
But now the content of the file cat /usr/local/llvm/bootstrap/cc in the container being used is:
now I have removed this restriction; can you re-trigger the tests? |
Command Bot: Processing... |
@actione It looks like there is still nothing found to upload. |
Signed-off-by: huaweil <[email protected]>
Command Bot: Processing... |
Now the code coverage report has been successfully uploaded. refer here: https://app.codecov.io/gh/NVIDIA/cuda-quantum/tree/pull-request%2F2310/?displayType=tree |
Description
Since recently the codecov app has been allowed to be installed into the project.
This PR aims to enable the viewing of code coverage for newly added code directly within the PR.
The following results are from my testing of this feature in my forked CUDA quantum project:
actione#3
It allows for the simultaneous display of C/C++ and Python code coverage changes within a PR submission.
Note: Since this PR has not been tested on the CICD of this project, there may still be problems