-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: Add tests for go/ioutil
and refactor existing
#15885
Conversation
Signed-off-by: Noble Mittal <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15885 +/- ##
==========================================
+ Coverage 68.42% 68.44% +0.01%
==========================================
Files 1559 1559
Lines 196537 196646 +109
==========================================
+ Hits 134484 134587 +103
- Misses 62053 62059 +6 ☔ View full report in Codecov by Sentry. |
Hello, please explain again the nature of this PR. It frankly looks awfully automated and irrelevant to the codebase. |
Hi @shlomi-noach, not sure why you felt this way. I've been contributing to vitess for a lot of time now, so I can assure you that these are not automated, can you please let me know what part was irrelevant or not required? |
@beingnoble03 thank you -- and sorry. On second look these are appreciated additions. Recently we did have an influx of automated or suspicious contributions. |
Description
This PR adds tests for
go/ioutil
and refactor existingRelated Issue(s)
Checklist
Deployment Notes