-
Notifications
You must be signed in to change notification settings - Fork 363
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
chore: update TestDeployment #2721
Conversation
Signed-off-by: zirain <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2721 +/- ##
==========================================
+ Coverage 63.29% 63.34% +0.05%
==========================================
Files 123 123
Lines 19991 19991
==========================================
+ Hits 12654 12664 +10
+ Misses 6522 6514 -8
+ Partials 815 813 -2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zirain <[email protected]>
@@ -550,6 +544,15 @@ func TestDeployment(t *testing.T) { | |||
}) | |||
} | |||
|
|||
if os.Getenv("UPDATE_TESTDATA") != "" { |
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.
Signed-off-by: zirain <[email protected]>
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.
Have you tested if these files will be updated, each time we ran make testdata
yes |
Thanks for confirming, I met this issue when I firstly add |
update TestDeployment, so the
default
test output became same as the real world