Closed gicmo closed 5 years ago
Merging #796 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #796 +/- ##
=======================================
Coverage 95.34% 95.34%
=======================================
Files 197 197
Lines 12212 12212
=======================================
Hits 11644 11644
Misses 568 568
Impacted Files | Coverage Δ | |
---|---|---|
src/File.cpp | 92.85% <100%> (ø) |
: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 578ebde...cadd071. Read the comment docs.
Tested locally with boost 1.71 and it works.
EDIT: Want to rebase or do an auto merge commit on GitHub?
Explicitly instantiate a boost::filesystem::path object to avoid any ambiguity via implicit type conversion; as seems to be happen with boost 1.71:
Closes #795