-
Notifications
You must be signed in to change notification settings - Fork 593
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
Cloud tests for CompareReferences and CheckReferenceCompatibility tools #7973
Conversation
}; | ||
} | ||
|
||
@Test(dataProvider = "cloudInputData"/*, groups = "bucket"*/) |
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.
@orlicohen groups = "bucket"
Needs to be uncommented here and in the other test before these will be able to pass on github
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.
fixed
Codecov Report
@@ Coverage Diff @@
## master #7973 +/- ##
================================================
+ Coverage 52.260% 86.680% +34.421%
- Complexity 29146 38451 +9305
================================================
Files 2310 2310
Lines 180344 180387 +43
Branches 19840 19846 +6
================================================
+ Hits 94247 156360 +62113
+ Misses 80124 17084 -63040
- Partials 5973 6943 +970
|
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 @orlicohen -- merge once tests pass
No description provided.