erikzenker / inotify-cpp

A C++ interface for linux inotify
MIT License
136 stars 37 forks source link

fix: Do not add slashes behind file names #66

Closed erikzenker closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #66 into master will increase coverage by 0.5%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #66     +/-   ##
=========================================
+ Coverage   97.43%   97.93%   +0.5%     
=========================================
  Files           5        5             
  Lines         195      194      -1     
=========================================
  Hits          190      190             
+ Misses          5        4      -1
Impacted Files Coverage Δ
test/unit/NotifierBuilderTests.cpp 97.79% <100%> (+0.53%) :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 d81ab76...d33e175. Read the comment docs.