-
Notifications
You must be signed in to change notification settings - Fork 540
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
Ensure pytest
is run from relevant directories in GH Actions
#5101
Conversation
We found issues with cudf where pytest-xdist and code coverage didn't play well unless we were in just the right directory. This comment is left over from that discovery: |
(The Jenkins failure is expected. I manually canceled the Jenkins job for this PR since we've officially disabled Jenkins for |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #5101 +/- ##
===============================================
Coverage ? 69.30%
===============================================
Files ? 192
Lines ? 12369
Branches ? 0
===============================================
Hits ? 8572
Misses ? 3797
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. |
@gpucibot merge |
…sai#5101) This PR undoes some erroneous changes I made in rapidsai#5075. According to @bdice, it's necessary to `cd` into the relevant directories when running `pytest` to avoid issues with `codecov`. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Sevag H (https://github.com/sevagh) - Bradley Dice (https://github.com/bdice) URL: rapidsai#5101
This PR undoes some erroneous changes I made in #5075.
According to @bdice, it's necessary to
cd
into the relevant directories when runningpytest
to avoid issues withcodecov
.