Closed JonathanHenson closed 1 year ago
Attention: 11 lines
in your changes are missing coverage. Please review.
Comparison is base (
fefbf4b
) 83.40% compared to head (c137a09
) 83.30%.
Files | Patch % | Lines |
---|---|---|
source/posix/cross_process_lock.c | 26.66% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
…k to fall back to read only if it can't open the file in rw mode.
testing on this one is hard to automate. Here's how I verified:
create lock directory as user, create lock as user, make sure it works create lock dir as user, create lock as root, make sure it works for user create lock dir as root, create lock as root, make sure it works for user create lock dir as root, try to create lock as user, make sure it works for user.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.