-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
[test-framework] Cleaning up test application #9413
Conversation
7b63f76
to
b03c9ed
Compare
Codecov Report
@@ Coverage Diff @@
## master #9413 +/- ##
=======================================
+ Coverage 70% 70% +1%
=======================================
Files 424 423 -1
Lines 39333 39258 -75
=======================================
+ Hits 27333 27452 +119
+ Misses 10701 10509 -192
+ Partials 1299 1297 -2
Continue to review full report at Codecov.
|
b03c9ed
to
f9a68d4
Compare
This is in preparation for migrating all Istio tests to use this application.
f9a68d4
to
035b726
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: ozevren The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test e2e-simpleTests |
/test istio-unit-tests |
@nmittler: 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. |
This is in preparation for migrating all Istio tests to use this
application.