terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[DRAFT] Plugin Framework Playground

Open edwardfeng-db opened this issue 1 year ago • 1 comments

Changes

Tests

  • [ ] make test run locally
  • [ ] relevant change in docs/ folder
  • [ ] covered with integration tests in internal/acceptance
  • [ ] relevant acceptance tests are passing
  • [ ] using Go SDK

edwardfeng-db avatar Jun 12 '24 11:06 edwardfeng-db

Codecov Report

Attention: Patch coverage is 0% with 2659 lines in your changes missing coverage. Please review.

Project coverage is 62.82%. Comparing base (22732d1) to head (1e2a539). Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #3668       +/-   ##
===========================================
- Coverage   81.60%   62.82%   -18.79%     
===========================================
  Files         196      214       +18     
  Lines       19735    25641     +5906     
===========================================
+ Hits        16105    16109        +4     
- Misses       2671     8573     +5902     
  Partials      959      959               
Files Coverage Δ
service/catalog/model.go 0.00% <ø> (ø)
service/compute/model.go 0.00% <ø> (ø)
service/jobs/model.go 0.00% <ø> (ø)
service/ml/model.go 0.00% <ø> (ø)
service/sql/model.go 0.00% <ø> (ø)
service/dashboards/model.go 0.00% <0.00%> (ø)
service/oauth2/model.go 0.00% <0.00%> (ø)
service/files/model.go 0.00% <0.00%> (ø)
service/billing/model.go 0.00% <0.00%> (ø)
service/vectorsearch/model.go 0.00% <0.00%> (ø)
... and 8 more

... and 1 file with indirect coverage changes

codecov-commenter avatar Jun 12 '24 11:06 codecov-commenter