pmem / libpmemobj-cpp

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

CI: update GITHUB_TOKEN variable's name to a new secret name #1267

Closed lukaszstolarczuk closed 2 years ago

lukaszstolarczuk commented 2 years ago

ugh with these scripts 😞 ref. https://github.com/pmem/libpmemobj-cpp/runs/7518489401?check_suite_focus=true#step:4:11292


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #1267 (f7c6ed4) into stable-1.9 (ddd2921) will decrease coverage by 56.83%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           stable-1.9    #1267       +/-   ##
===============================================
- Coverage       88.54%   31.70%   -56.84%     
===============================================
  Files              40       39        -1     
  Lines            3806     1883     -1923     
===============================================
- Hits             3370      597     -2773     
- Misses            436     1286      +850     
Flag Coverage Δ
tests_clang_debug_cpp17 31.70% <ø> (-0.96%) :arrow_down:
tests_gcc_debug ?

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

Impacted Files Coverage Δ
include/libpmemobj++/pext.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
include/libpmemobj++/detail/pair.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
include/libpmemobj++/detail/pool_data.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
include/libpmemobj++/persistent_ptr_base.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
include/libpmemobj++/detail/make_atomic_impl.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
...pmemobj++/container/detail/contiguous_iterator.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
include/libpmemobj++/container/array.hpp 0.00% <0.00%> (-95.84%) :arrow_down:
include/libpmemobj++/experimental/v.hpp 0.00% <0.00%> (-95.24%) :arrow_down:
include/libpmemobj++/container/basic_string.hpp 0.00% <0.00%> (-95.11%) :arrow_down:
include/libpmemobj++/container/vector.hpp 0.00% <0.00%> (-90.78%) :arrow_down:
... and 28 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more