-
Notifications
You must be signed in to change notification settings - Fork 209
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
Enable codecov
#1171
Enable codecov
#1171
Conversation
Co-authored-by: Bradley Dice <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #1171 +/- ##
==============================================
Coverage ? 0.00%
==============================================
Files ? 5
Lines ? 406
Branches ? 0
==============================================
Hits ? 0
Misses ? 406
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Looks good, after you merge the upstream PR and change the branch names back.
This reverts commit 1b1950c.
Description
This PR enables
codecov
for GitHub Actions forrmm
. Thecodecov
results can be placed in the directory defined by theRAPIDS_COVERAGE_DIR
variable, which is set in our shared workflows.Additionally, this PR configures the unit test results to be placed in the directory defined by the
RAPIDS_TESTS_DIR
variable, which is also set in our shared workflows.Checklist