Closed mattdot closed 1 month ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
This pull request includes several changes to improve the Power Platform Terraform Provider. The most important changes include adding Codecov integration, updating environment variables for VSCode, refining documentation, and refactoring the API client code.
CI/CD Improvements:
.github/workflows/run_tests.yml
.Environment Configuration:
.vscode/launch.json
to set theTF_ACC
environment variable totrue
for enabling Terraform acceptance tests.Documentation Updates:
README.md
anddocs/index.md
to remove redundant warnings about using the provider in production environments. [1] [2]expected_http_status
field fromList of Number
toSet of Number
in several documentation files to reflect the correct data type. [1] [2] [3] [4] [5]docs/guides/release_notes.md
file to document breaking changes and major features for each release.Code Refactoring:
internal/api/api_client.go
tointernal/api/client.go
, improving the structure and adding detailed comments. [1] [2]internal/api/api_client_test.go
tointernal/api/client_test.go
and updated imports to reflect the new structure.