pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

Fix pmemcheck integration! #407

Closed marcinslusarz closed 6 years ago

marcinslusarz commented 6 years ago

This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #407 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
+ Coverage   77.09%   77.12%   +0.02%     
==========================================
  Files          67       67              
  Lines        8493     8494       +1     
  Branches     1698     1698              
==========================================
+ Hits         6548     6551       +3     
  Misses       1515     1515              
+ Partials      430      428       -2
Flag Coverage Δ
#ltp_tests 47.45% <100%> (ø) :arrow_up:
#sqlite_tests 45.78% <100%> (-0.14%) :arrow_down:
#tests_antool 14.96% <0%> (-0.01%) :arrow_down:
#tests_posix_multi_threaded 26.17% <100%> (+0.11%) :arrow_up:
#tests_posix_single_threaded 54.64% <100%> (ø) :arrow_up:
#tests_preload 45.35% <100%> (+0.04%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/dir.c 85.78% <100%> (+0.52%) :arrow_up:
src/libpmemfile-posix/read.c 93.91% <0%> (-0.68%) :arrow_down:
src/libpmemfile/path_resolve.c 89.88% <0%> (-0.6%) :arrow_down:
src/libpmemfile-posix/file.c 75.13% <0%> (+0.27%) :arrow_up:
src/libpmemfile-posix/inode.c 88.65% <0%> (+0.34%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 44cebf7...83b3304. Read the comment docs.