Skip to content
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 Custom Resources to allow configuring timeouts and secrets #1795

Merged
merged 4 commits into from
Nov 5, 2024

Add unit tests for provider CRUD

30e4e3b
Select commit
Loading
Failed to load commit list.
Merged

Refactor Custom Resources to allow configuring timeouts and secrets #1795

Add unit tests for provider CRUD
30e4e3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

45.36% (+4.18%) compared to 0166a63

View this Pull Request on Codecov

45.36% (+4.18%) compared to 0166a63

Details

Codecov Report

Attention: Patch coverage is 82.31293% with 26 lines in your changes missing coverage. Please review.

Project coverage is 45.36%. Comparing base (0166a63) to head (30e4e3b).

Files with missing lines Patch % Lines
provider/pkg/resources/extension_resource.go 0.00% 10 Missing ⚠️
provider/pkg/resources/mock_custom_resource.go 81.48% 10 Missing ⚠️
provider/pkg/provider/provider.go 80.64% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1795      +/-   ##
==========================================
+ Coverage   41.17%   45.36%   +4.18%     
==========================================
  Files          35       38       +3     
  Lines        5775     5879     +104     
==========================================
+ Hits         2378     2667     +289     
+ Misses       3187     2989     -198     
- Partials      210      223      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.