pmem / pmemfile

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

antool: remove (c) from license headers #323

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

This change is Reviewable

codecov-io commented 7 years ago

Codecov Report

Merging #323 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #323      +/-   ##
==========================================
+ Coverage   78.16%   78.17%   +<.01%     
==========================================
  Files          90       90              
  Lines       13823    13823              
  Branches     1996     1996              
==========================================
+ Hits        10805    10806       +1     
- Misses       2293     2294       +1     
+ Partials      725      723       -2
Impacted Files Coverage Δ
src/tools/antool/antool.py 70.18% <ø> (ø) :arrow_up:
src/tools/antool/exceptions.py 75% <ø> (ø) :arrow_up:
src/tools/antool/syscalltable.py 73.46% <ø> (ø) :arrow_up:
src/tools/antool/syscall.py 74.76% <ø> (ø) :arrow_up:
src/tools/antool/syscallinfo.py 100% <ø> (ø) :arrow_up:
src/tools/antool/listsyscalls.py 76.38% <ø> (ø) :arrow_up:
src/tools/antool/utils.py 64.7% <ø> (ø) :arrow_up:
src/libpmemfile-posix/file.c 66.48% <0%> (-1.1%) :arrow_down:
src/libpmemfile-posix/rename.c 90.4% <0%> (ø) :arrow_up:
src/libpmemfile-posix/dir.c 83.29% <0%> (+0.24%) :arrow_up:
... and 3 more

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 12b04fc...92bf5ad. Read the comment docs.

krzycz commented 7 years ago
:lgtm:

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


Comments from Reviewable