nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.09k stars 50 forks source link

Add logic to support resource tree for pulumi destroy #559

Closed tjholm closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 289 lines in your changes are missing coverage. Please review.

Comparison is base (4c00476) 57.28% compared to head (9379034) 55.99%. Report is 9 commits behind head on v1.

Files Patch % Lines
cloud/aws/runtime/gateway/lambda.go 37.34% 95 Missing and 4 partials :warning:
cloud/aws/runtime/storage/s3.go 60.16% 47 Missing and 2 partials :warning:
cloud/azure/runtime/topic/eventgrid.go 52.94% 35 Missing and 5 partials :warning:
cloud/azure/runtime/gateway/http.go 36.20% 37 Missing :warning:
cloud/aws/runtime/resource/resource.go 23.40% 35 Missing and 1 partial :warning:
cloud/azure/runtime/storage/azblob.go 81.66% 10 Missing and 1 partial :warning:
cloud/aws/runtime/topic/sns.go 74.35% 9 Missing and 1 partial :warning:
cloud/aws/runtime/secret/secrets_manager.go 87.17% 5 Missing :warning:
cloud/azure/runtime/secret/key_vault.go 90.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## v1 #559 +/- ## ========================================== - Coverage 57.28% 55.99% -1.29% ========================================== Files 54 20 -34 Lines 5155 2759 -2396 ========================================== - Hits 2953 1545 -1408 + Misses 2009 1104 -905 + Partials 193 110 -83 ``` | [Flag](https://app.codecov.io/gh/nitrictech/nitric/pull/559/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [aws](https://app.codecov.io/gh/nitrictech/nitric/pull/559/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `50.83% <50.98%> (-8.14%)` | :arrow_down: | | [azure](https://app.codecov.io/gh/nitrictech/nitric/pull/559/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `54.74% <59.64%> (-6.88%)` | :arrow_down: | | [core](https://app.codecov.io/gh/nitrictech/nitric/pull/559/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `60.36% <ø> (-0.54%)` | :arrow_down: | | [gcp](https://app.codecov.io/gh/nitrictech/nitric/pull/559/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `63.08% <ø> (+17.86%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech#carryforward-flags-in-the-pull-request-comment) to find out more.

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