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

Add HRI related changes to Terraform provider

Open acwest opened this issue 1 year ago β€’ 1 comments

Still need to fill. this out

πŸ”§ Changes

πŸ“š References

πŸ”¬ Testing

πŸ“ Checklist

  • [ ] All new/changed/fixed functionality is covered by tests (or N/A)
  • [ ] I have added documentation for all new/changed functionality (or N/A)

acwest avatar Aug 30 '24 19:08 acwest

Codecov Report

Attention: Patch coverage is 89.14286% with 152 lines in your changes missing coverage. Please review.

Project coverage is 90.24%. Comparing base (94db0ac) to head (4de0786). Report is 131 commits behind head on main.

Files with missing lines Patch % Lines
internal/auth0/client/resource_credentials.go 89.06% 33 Missing and 15 partials :warning:
internal/auth0/resourceserver/expand.go 74.00% 27 Missing and 12 partials :warning:
internal/auth0/client/flatten.go 82.85% 18 Missing and 12 partials :warning:
internal/auth0/resourceserver/resource.go 80.83% 15 Missing and 8 partials :warning:
internal/auth0/tenant/resource.go 93.54% 4 Missing and 2 partials :warning:
internal/auth0/resourceserver/flatten.go 95.38% 1 Missing and 2 partials :warning:
internal/auth0/tenant/expand.go 95.83% 2 Missing and 1 partial :warning:
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1015      +/-   ##
==========================================
- Coverage   90.25%   90.24%   -0.01%     
==========================================
  Files         112      112              
  Lines       15104    16336    +1232     
==========================================
+ Hits        13632    14743    +1111     
- Misses       1040     1118      +78     
- Partials      432      475      +43     
Files with missing lines Coverage Ξ”
internal/auth0/client/data_source.go 96.69% <100.00%> (+10.58%) :arrow_up:
internal/auth0/client/expand.go 96.41% <100.00%> (+<0.01%) :arrow_up:
internal/auth0/client/resource.go 98.45% <100.00%> (+0.02%) :arrow_up:
internal/auth0/tenant/flatten.go 100.00% <100.00%> (ΓΈ)
internal/value/value.go 100.00% <100.00%> (ΓΈ)
internal/auth0/resourceserver/flatten.go 97.39% <95.38%> (-2.61%) :arrow_down:
internal/auth0/tenant/expand.go 97.82% <95.83%> (-2.18%) :arrow_down:
internal/auth0/tenant/resource.go 97.14% <93.54%> (-1.03%) :arrow_down:
internal/auth0/resourceserver/resource.go 76.71% <80.83%> (+4.10%) :arrow_up:
internal/auth0/client/flatten.go 94.38% <82.85%> (-4.35%) :arrow_down:
... and 2 more
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Sep 04 '24 00:09 codecov-commenter