-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add more end-to-end Mixer report tests #4076
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4076 +/- ##
========================================
+ Coverage 73% 76% +3%
========================================
Files 313 305 -8
Lines 28647 27423 -1224
========================================
- Hits 20846 20666 -180
+ Misses 6492 5492 -1000
+ Partials 1309 1265 -44
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.
Love it... thanks for covering all the fancy cases.
I am guessing, you are going to add check tests too. Do you think we should move the attribute config reportGlobalCfg
at a higher level so other tests can use it directly, in fact that config is always available when using testdata.Run
/lgtm |
/test all [submit-queue is verifying that this PR is safe to merge] |
Sounds like a good idea. I can do it in a later check-in. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guptasu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
@ozevren: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Add some more e2e test cases.