Closed nurzhan-saktaganov closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 32.39%. Comparing base (
6de86ab
) to head (72902d9
). Report is 1 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@osperelygin check it please
one of the problems that we missed is the lack of grant inside storage
box.once('access:v1', function()
box.schema.user.grant('guest', 'super')
end)
and lets add export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES for MacOS users test safety caused by http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
one of the problems that we missed is the lack of grant inside storage
box.once('access:v1', function() box.schema.user.grant('guest', 'super') end)
Done
and lets add export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES for MacOS users test safety caused by http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
Done