-
Notifications
You must be signed in to change notification settings - Fork 376
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
Upload Multi-cluster e2e coverage to codecov #3942
Conversation
/test-multicluster-e2e |
Codecov Report
@@ Coverage Diff @@
## main #3942 +/- ##
===========================================
- Coverage 64.39% 54.31% -10.09%
===========================================
Files 294 416 +122
Lines 43627 60766 +17139
===========================================
+ Hits 28095 33004 +4909
- Misses 13258 25028 +11770
- Partials 2274 2734 +460
|
/test-multicluster-e2e |
b8b4264
to
4248262
Compare
/test-multicluster-e2e |
4248262
to
97bb566
Compare
/test-multicluster-e2e |
97bb566
to
d6417e6
Compare
/test-multicluster-e2e |
d6417e6
to
66f57d6
Compare
/test-multicluster-e2e |
1 similar comment
/test-multicluster-e2e |
66f57d6
to
241c83d
Compare
/test-multicluster-e2e |
241c83d
to
38f0478
Compare
/test-multicluster-e2e |
1 similar comment
/test-multicluster-e2e |
/test-multicluster-integration |
38f0478
to
b2c23b7
Compare
/test-multicluster-e2e |
b2c23b7
to
c76bcd7
Compare
/test-multicluster-e2e |
/test-multicluster-e2e |
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.
A typo
c76bcd7
to
149a6b1
Compare
/test-multicluster-e2e |
1. Add a new target on Makefile to build MC controller image with instrumented binary 2. Add steps on test-mc.sh to collect coverage files from leader and member cluster controllers and upload it to codecov Signed-off-by: Lan Luo <[email protected]>
149a6b1
to
040948e
Compare
/test-multicluster-e2e |
/skip-all |
instrumented binary
controllers and upload it to codecov
This is a part of #3943
Signed-off-by: Lan Luo [email protected]