Closed clevelam closed 3 years ago
@alexrlongne Can you review this change?
I'm curios to see if this change will fix the test failure on MSVC. I'll try it now.
Merging #1117 (a6a6456) into develop (fc46b6d) will decrease coverage by
0.0%
. The diff coverage is100.0%
.
@@ Coverage Diff @@
## develop #1117 +/- ##
=========================================
- Coverage 89.0% 88.9% -0.1%
=========================================
Files 373 373
Lines 19573 19568 -5
=========================================
- Hits 17420 17415 -5
Misses 2153 2153
LGTM
I don't understand the drop in coverage so I'm good to merge whenever.
I don't understand the drop in coverage so I'm good to merge whenever.
I don't like the way CodeCov does this. The PR has 5 less lines of code and so it has 5 fewer lines 'hit' by the coverage checker. This equates to a loss of coverage.
I'm curios to see if this change will fix the test failure on MSVC. I'll try it now.
It still fails. We'll omit the 3 rank tests when using MSVC.
Background
Purpose of Pull Request
Description of changes
Status