-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactor ID Validation Logic into Utility Function #896
Conversation
b51c21a
to
d8410d0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #896 +/- ##
=======================================
Coverage 68.34% 68.34%
=======================================
Files 62 62
Lines 3921 3921
=======================================
Hits 2680 2680
Misses 1241 1241 |
datalab Run #2522
Run Properties:
|
Project |
datalab
|
Run status |
Passed #2522
|
Run duration | 06m 07s |
Commit |
081cce5a0b ℹ️: Merge a055473e8bdf4c34b58bd20e20e273c31a7e72a6 into ec5d97735aeaca8a021161d80eb1...
|
Committer | Benjamin Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
396
|
d8410d0
to
fe4bb99
Compare
fe4bb99
to
dbe3627
Compare
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.
Just some minor comments, otherwise looks good
ff4e665
to
c3e8af3
Compare
refactor duplicate ID Validation code into a utility function
7069cb6
to
a055473
Compare
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.
Thanks @BenjaminCharmes!
Closes #890