-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix: changes to test levels for hubio #1361
Conversation
107e7a2
to
1dcdd0d
Compare
965bdf7
to
edeacb7
Compare
edeacb7
to
5046bb4
Compare
5046bb4
to
4b9e339
Compare
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 miss a test that checks
the logic of setting build_success
depending on the failed_levels
4191b29
to
ebc52a4
Compare
ebc52a4
to
6c984f8
Compare
Codecov Report
@@ Coverage Diff @@
## master #1361 +/- ##
==========================================
- Coverage 82.37% 82.33% -0.05%
==========================================
Files 105 105
Lines 7060 7077 +17
==========================================
+ Hits 5816 5827 +11
- Misses 1244 1250 +6
Continue to review 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.
this test is completely misleading and it is unclear what this PR is about.
Changes to logic of
_test_build
inHubIO
: returns failed test levelsDetermine if build is successful or not depending on the level of test failure returned.