-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] FIX Add codecov upload block to gpu script #6860
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #6860 +/- ##
===============================================
+ Coverage 81.92% 82.18% +0.26%
===============================================
Files 96 100 +4
Lines 16167 16949 +782
===============================================
+ Hits 13245 13930 +685
- Misses 2922 3019 +97
Continue to review full report at Codecov.
|
@dillon-cullinan what's the plan with this PR? |
@kkraus14 should be good to merge after CI runs. |
@gpucibot merge |
This moves a block from the Jenkins build into the build script. Simplifies the Jenkins builds slightly and fixes a very rare case where tests may error and not be properly caught due to EXITCODE intricacies.