pmem / pmemfile

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

antool: silence "argument expected" warning #312

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

This change is Reviewable

codecov-io commented 7 years ago

Codecov Report

Merging #312 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
- Coverage   78.89%   78.88%   -0.02%     
==========================================
  Files          88       88              
  Lines       13386    13387       +1     
  Branches     1926     1926              
==========================================
- Hits        10561    10560       -1     
- Misses       2129     2130       +1     
- Partials      696      697       +1
Impacted Files Coverage Δ
src/libpmemfile-posix/rename.c 91.53% <0%> (-0.41%) :arrow_down:
src/libpmemfile-posix/inode.c 88.49% <0%> (-0.4%) :arrow_down:
src/libpmemfile-posix/dir.c 81.81% <0%> (-0.25%) :arrow_down:
src/libpmemfile-posix/read.c 93.91% <0%> (-0.06%) :arrow_down:
src/libpmemfile-posix/data.c 92.24% <0%> (-0.03%) :arrow_down:
src/libpmemfile/path_resolve.c 85.16% <0%> (+0.09%) :arrow_up:
src/libpmemfile-posix/ctree.c 51.33% <0%> (+0.26%) :arrow_up:
src/libpmemfile-posix/file.c 66.48% <0%> (+0.36%) :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 be117fa...ce34ae5. Read the comment docs.

krzycz commented 7 years ago

Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable