Make boost::iostreams::detail::path constructible from std::filesystem::path
Codecov Report
Merging #110 into develop will not change coverage. The diff coverage is
100.00%.
@@ Coverage Diff @@
## develop #110 +/- ##
========================================
Coverage 68.84% 68.84%
========================================
Files 80 80
Lines 3444 3444
Branches 1027 1027
========================================
Hits 2371 2371
Misses 454 454
Partials 619 619
| Impacted Files | Coverage Δ | |
|---|---|---|
| include/boost/iostreams/detail/path.hpp | 77.27% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update bc86890...126d851. Read the comment docs.
@jeking3 Take a look at this PR please
@mclow Take a look at this PR please
I don't see any tests for this new functionality. The code looks reasonable, but w/o tests, do we know that it works?
@mclow I have added a test.
PR is failed because one job is failed with error Error: retrieving gpg key timed out. Could you review a code and rerun failed job?
@mclow Take a look at this PR again please
any update on this one?