Caching Adjacency Matrix for faster edge lookup #344
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Codecov / codecov/project
succeeded
Sep 24, 2023 in 0s
97.41% (+0.09%) compared to 43e3830
View this Pull Request on Codecov
97.41% (+0.09%) compared to 43e3830
Details
Codecov Report
Merging #344 (d3815b9) into master (43e3830) will increase coverage by
0.09%
.
The diff coverage is92.55%
.
@@ Coverage Diff @@
## master #344 +/- ##
==========================================
+ Coverage 97.31% 97.41% +0.09%
==========================================
Files 55 55
Lines 8455 8539 +84
==========================================
+ Hits 8228 8318 +90
+ Misses 227 221 -6
Files Changed | Coverage Δ | |
---|---|---|
include/Graph/Graph.hpp | 95.36% <88.70%> (+0.49%) |
⬆️ |
test/GraphTest.cpp | 99.82% <100.00%> (+0.01%) |
⬆️ |
Loading