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

fix: avoid history contention #598

Closed davemooreuws closed 1 year ago

davemooreuws commented 1 year ago

Avoids history file write contention. Also includes a few other small fixes.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (1785819) 31.22% compared to head (91bca25) 31.22%.

Files Patch % Lines
pkg/utils/paths.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #598 +/- ## ======================================= Coverage 31.22% 31.22% ======================================= Files 29 29 Lines 1957 1957 ======================================= Hits 611 611 Misses 1307 1307 Partials 39 39 ``` | [Flag](https://app.codecov.io/gh/nitrictech/cli/pull/598/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/598/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `31.22% <0.00%> (ø)` | | 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 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: