pmem / pmemfile

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

tests: fix indent in rw.cpp #365

Closed szychows closed 7 years ago

szychows commented 7 years ago

This change is Reviewable

krzycz commented 7 years ago

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


Comments from Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #365 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   76.95%   76.98%   +0.02%     
==========================================
  Files          67       67              
  Lines        8228     8228              
  Branches     1649     1649              
==========================================
+ Hits         6332     6334       +2     
+ Misses       1488     1487       -1     
+ Partials      408      407       -1
Flag Coverage Δ
#ltp_tests 46.56% <ø> (+0.04%) :arrow_up:
#sqlite_tests 45.35% <ø> (+0.03%) :arrow_up:
#tests_antool 14.77% <ø> (ø) :arrow_up:
#tests_posix_multi_threaded 25.67% <ø> (+0.06%) :arrow_up:
#tests_posix_single_threaded 54.23% <ø> (ø) :arrow_up:
#tests_preload 45.05% <ø> (+0.07%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile/vfd_table.c 81.16% <0%> (+0.89%) :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 49bce5d...9437457. Read the comment docs.