nitrictech / nitric

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

feat: update cloud releasers to use correct entrypoint path #587

Closed HomelessDinosaur closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (a319509) 49.51% compared to head (fc5a100) 49.51%.

:exclamation: Current head fc5a100 differs from pull request most recent head 6de9a4f. Consider uploading reports for the commit 6de9a4f to get more accurate results

Files Patch % Lines
cloud/aws/runtime/gateway/lambda.go 21.42% 152 Missing and 2 partials :warning:
cloud/aws/runtime/storage/s3.go 60.16% 47 Missing and 2 partials :warning:
cloud/azure/runtime/gateway/http.go 38.02% 40 Missing and 4 partials :warning:
cloud/azure/runtime/topic/eventgrid.go 52.94% 35 Missing and 5 partials :warning:
cloud/aws/runtime/topic/sns.go 0.00% 39 Missing :warning:
cloud/aws/runtime/resource/resource.go 23.40% 35 Missing and 1 partial :warning:
cloud/azure/runtime/queue/azqueue.go 62.71% 20 Missing and 2 partials :warning:
cloud/aws/runtime/queue/sqs.go 73.84% 16 Missing and 1 partial :warning:
cloud/azure/runtime/storage/azblob.go 80.32% 11 Missing and 1 partial :warning:
cloud/aws/runtime/secret/secrets_manager.go 87.17% 5 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #587 +/- ## ======================================= Coverage 49.51% 49.51% ======================================= Files 23 23 Lines 3207 3207 ======================================= Hits 1588 1588 Misses 1517 1517 Partials 102 102 ``` | [Flag](https://app.codecov.io/gh/nitrictech/nitric/pull/587/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/587/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `43.82% <41.06%> (ø)` | | | [azure](https://app.codecov.io/gh/nitrictech/nitric/pull/587/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `54.69% <59.45%> (ø)` | | | [core](https://app.codecov.io/gh/nitrictech/nitric/pull/587/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `78.57% <ø> (ø)` | | | [gcp](https://app.codecov.io/gh/nitrictech/nitric/pull/587/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `47.17% <ø> (ø)` | | 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.