Conversation
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
1 similar comment
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4140 +/- ##
=======================================
Coverage ? 78.13%
=======================================
Files ? 507
Lines ? 66348
Branches ? 0
=======================================
Hits ? 51840
Misses ? 14508
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
| # mock servers (e.g., IQM, Scaleway). Pinned here so that all CI workflows | ||
| # and coverage scripts reference a single source of truth. | ||
| iqm-client==28.0.0 | ||
| qio~=0.1.33 |
There was a problem hiding this comment.
Thank you for this update.
Q: How do we distinguish between what goes here, v/s what goes in https://github.com/NVIDIA/cuda-quantum/blob/main/requirements-dev.txt?
There was a problem hiding this comment.
I think the description is a good guide for that. Generally this new file can be used for backend testing and tooling. It doesn't make sense to ship iqm-client in our image as an example, so it falls in this file which is necessary for testing, but not for actually running the code.
There was a problem hiding this comment.
not sure I follow... wouldn't you need these packages to run against the real hardware of that provider?
There was a problem hiding this comment.
Do we want to by default ship all of these dependencies?
There was a problem hiding this comment.
I am not sure. Tagging @efratshabtai for guidance.
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Fix codecov workflow
Codecov has been silently failing, thus creating no reports. This PR fixes that so now PRs will have a comment indicating the code coverage percentage.
Example message from codecov: #4140 (comment)