Closed jeking3 closed 5 years ago
Merging #22 into develop will increase coverage by
0.84%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #22 +/- ##
===========================================
+ Coverage 56.53% 57.37% +0.84%
===========================================
Files 20 19 -1
Lines 865 861 -4
Branches 358 366 +8
===========================================
+ Hits 489 494 +5
- Misses 183 186 +3
+ Partials 193 181 -12
Impacted Files | Coverage Δ | |
---|---|---|
include/boost/numeric/interval/arith3.hpp | 35% <0%> (-5%) |
:arrow_down: |
include/boost/numeric/interval/checking.hpp | 42.85% <0%> (-3.3%) |
:arrow_down: |
include/boost/numeric/interval/interval.hpp | 70.53% <0%> (-2.04%) |
:arrow_down: |
include/boost/numeric/interval/rounded_arith.hpp | 100% <0%> (ø) |
:arrow_up: |
include/boost/numeric/interval/hw_rounding.hpp | ||
include/boost/numeric/interval/arith2.hpp | 53.4% <0%> (+1.13%) |
:arrow_up: |
include/boost/numeric/interval/detail/division.hpp | 30.98% <0%> (+2.81%) |
:arrow_up: |
include/boost/numeric/interval/arith.hpp | 47.22% <0%> (+4.16%) |
:arrow_up: |
include/boost/numeric/interval/utility.hpp | 56.75% <0%> (+5.4%) |
:arrow_up: |
...clude/boost/numeric/interval/detail/test_input.hpp | 92.85% <0%> (+21.42%) |
: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 802aef1...05e1c0b. Read the comment docs.
gcc 8.2.0 on mingw64 does not define
__i386__
. That sounds like a regression. It does define__x86_64__
so I will be able to fix the appveyor build issue.