pmem / libpmemobj-cpp

C++ bindings & containers for libpmemobj
https://pmem.io
Other
108 stars 76 forks source link

utils: fix permissions for auto doc updates #1278

Closed lukaszstolarczuk closed 2 years ago

lukaszstolarczuk commented 2 years ago

it's required to change owner of the WORKDIR with the help of 'prepare-for-build.sh' script.

Fixes CI issue: https://github.com/pmem/libpmemobj-cpp/runs/8113898448?check_suite_focus=true#step:3:69


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #1278 (3d1244e) into stable-1.11 (a8bc3cb) will decrease coverage by 0.09%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           stable-1.11    #1278      +/-   ##
===============================================
- Coverage        96.19%   96.09%   -0.10%     
===============================================
  Files               48       48              
  Lines             6070     6070              
===============================================
- Hits              5839     5833       -6     
- Misses             231      237       +6     
Flag Coverage Δ
tests_clang_debug_cpp17 95.93% <ø> (-0.22%) :arrow_down:
tests_gcc_debug 92.69% <ø> (-0.02%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ude/libpmemobj++/container/concurrent_hash_map.hpp 93.96% <0.00%> (-0.41%) :arrow_down:
...j++/container/detail/concurrent_skip_list_impl.hpp 97.99% <0.00%> (-0.27%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more