microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 13 forks source link

Refactor test files to use dynamic resource group names #483

Closed mattdot closed 1 month ago

mattdot commented 1 month ago

This pull request introduces changes to the test files in the internal/services/licensing directory to ensure unique resource group names by appending a random number. The most important changes involve modifying the resource group names in various test functions and importing necessary packages.

Test Function Updates:

Package Imports:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.26%. Comparing base (e153201) to head (4ffc078). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #483 +/- ## ========================================== - Coverage 76.38% 76.26% -0.13% ========================================== Files 98 98 Lines 11207 11246 +39 ========================================== + Hits 8561 8577 +16 - Misses 2048 2060 +12 - Partials 598 609 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.