Closed davemooreuws closed 2 months ago
Attention: Patch coverage is 0%
with 269 lines
in your changes missing coverage. Please review.
Project coverage is 2.95%. Comparing base (
19f77bb
) to head (712f29a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@davemooreuws have made changes to move service/migrations back to the project package for now. I've also changed to exit service to a system logging service that logs in the CLI along with running nitric services as the "nitric" service in order to side log runtime errors rather than exiting the CLI for now.
Can you re-test to make sure everything is working as you expect.
@davemooreuws have made changes to move service/migrations back to the project package for now. I've also changed to exit service to a system logging service that logs in the CLI along with running nitric services as the "nitric" service in order to side log runtime errors rather than exiting the CLI for now.
Can you re-test to make sure everything is working as you expect.
Tested, works great!
:tada: This PR is included in version 1.53.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Ability to build and run local migrations on nitric start and run via the "Run migrations" button.
Closes https://github.com/nitrictech/nitric/issues/660