nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

ir: Make exit code be `1` if app fails #2704

Closed carpawell closed 8 months ago

carpawell commented 8 months ago

Also, wait for http servers to stop before exiting the app.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (40fb532) 28.45% compared to head (19b1f05) 28.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2704 +/- ## ======================================= Coverage 28.45% 28.45% ======================================= Files 413 413 Lines 32005 32005 ======================================= Hits 9106 9106 Misses 22118 22118 Partials 781 781 ```

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

carpawell commented 8 months ago

dont forget linter

Fixed.

but to me these are two independent changes in single commit

Dont mind, done.