fix: cuthill_mackee_ordering.cppmodernized and actually tests - #557
fix: cuthill_mackee_ordering.cppmodernized and actually tests#557Becheler wants to merge 1 commit into
cuthill_mackee_ordering.cppmodernized and actually tests#557Conversation
|
Boost dependency footprint vs Header-inclusion weights (graph files pulling each direct dependency in): No header-inclusion-weight changes. Transitive Boost modules: 68 → 68 (0) |
|
Compiler-warning counts vs
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #557 +/- ##
===========================================
+ Coverage 88.22% 92.80% +4.58%
===========================================
Files 392 392
Lines 27412 28156 +744
Branches 7997 7992 -5
===========================================
+ Hits 24183 26131 +1948
- Misses 1881 1919 +38
+ Partials 1348 106 -1242
... and 288 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
cuthill_mackee_ordering.cppmodernized and actually tests
Code coverage is very unstable, I am fixing unit tests, and many are not asserting much and only printing to cout, which is never checked: failed test still show as PASS.
Before submitting
developbranch.Type of change
Does this PR introduce a breaking change?
What this PR does
king_ordering test).Motivation
Flickering CI code coverage.
Testing
Checklist
b2in thetest/directory).