-
Notifications
You must be signed in to change notification settings - Fork 393
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
Fixed databricks_cluster
resource missing library definitions issues
#1925
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1925 +/- ##
==========================================
+ Coverage 90.15% 90.21% +0.06%
==========================================
Files 145 146 +1
Lines 11829 11861 +32
==========================================
+ Hits 10664 10700 +36
+ Misses 752 748 -4
Partials 413 413
|
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.
Minor changes are required to prevent decrease in code coverage...
Also, check that all code in importables.go
and utils.go
is covered by tests - not only "happy path" but also error handling
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.
Code wise it looks good...
databricks_cluster
resource missing library definitions issues
databricks#1925) * Fix databricks_cluster resource missing Library definitions issues * Added unit tests
No description provided.