nitrictech / cli

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
https://nitric.io
Apache License 2.0
26 stars 10 forks source link

Batch support #779

Closed tjholm closed 1 month ago

tjholm commented 2 months ago

Still need to implement a local run/start implementation. This just includes collection code for deployments. With lots of duplication from services at the moment.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1186 lines in your changes missing coverage. Please review.

Project coverage is 2.64%. Comparing base (b605a39) to head (6bb7992). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/project/batch.go 0.00% 288 Missing :warning:
pkg/project/project.go 0.00% 219 Missing :warning:
pkg/collector/spec.go 0.00% 187 Missing :warning:
pkg/collector/batch.go 0.00% 174 Missing :warning:
pkg/cloud/batch/batch.go 0.00% 99 Missing :warning:
pkg/cloud/cloud.go 0.00% 66 Missing :warning:
pkg/dashboard/dashboard.go 0.00% 64 Missing :warning:
pkg/cloud/gateway/gateway.go 0.00% 32 Missing :warning:
pkg/collector/service.go 0.00% 13 Missing :warning:
pkg/dashboard/handlers.go 0.00% 13 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #779 +/- ## ======================================== - Coverage 2.95% 2.64% -0.32% ======================================== Files 82 85 +3 Lines 9342 10442 +1100 ======================================== Hits 276 276 - Misses 9054 10154 +1100 Partials 12 12 ``` | [Flag](https://app.codecov.io/gh/nitrictech/cli/pull/779/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nitrictech/cli/pull/779/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `2.64% <0.00%> (-0.32%)` | :arrow_down: | 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.

nitric-bot commented 1 month ago

:tada: This PR is included in version 1.54.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: