Closed eldiener closed 4 years ago
The change from abort
to std::abort
seems wrong; std::abort
is defined in <ctsdlib>
, whereas <stdlib.h>
, which is being included, defines abort
.
Merging #94 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #94 +/- ##
========================================
Coverage 49.89% 49.89%
========================================
Files 23 23
Lines 1385 1385
Branches 707 707
========================================
Hits 691 691
- Misses 110 111 +1
+ Partials 584 583 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/cmdline.cpp | 45.51% <ø> (ø) |
|
src/convert.cpp | 65.62% <ø> (ø) |
|
src/parsers.cpp | 45.61% <ø> (ø) |
|
src/options_description.cpp | 48.26% <0.00%> (-0.39%) |
:arrow_down: |
...de/boost/program_options/detail/value_semantic.hpp | 43.75% <0.00%> (+1.56%) |
: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 a237942...e9d423c. Read the comment docs.
A code coverage check failed with:
This has nothing to with this PR. Can this please be merged ?