Azure / alzlib

A Go module containing the logic to process Azure Landing Zones architectures
https://pkg.go.dev/github.com/Azure/alzlib
MIT License
4 stars 6 forks source link

feat: improve fetch #160

Closed matt-FFFFFF closed 4 weeks ago

matt-FFFFFF commented 4 weeks ago

Improves usability of fetch functions to be able to efficiently generate the library references required for init.

codecov-commenter commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 77.35849% with 12 lines in your changes missing coverage. Please review.

Project coverage is 52.25%. Comparing base (b4db945) to head (e0f7418). Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
metadata.go 52.63% 8 Missing and 1 partial :warning:
cmd/alzlibtool/command/check/library.go 0.00% 1 Missing :warning:
cmd/alzlibtool/command/document/library.go 0.00% 1 Missing :warning:
initialize.go 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #160 +/- ## ========================================== + Coverage 43.20% 52.25% +9.04% ========================================== Files 16 35 +19 Lines 1178 1860 +682 ========================================== + Hits 509 972 +463 - Misses 570 741 +171 - Partials 99 147 +48 ```

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