Start using termination conditions from DiffEqBase #208
Codecov / codecov/project
succeeded
Oct 26, 2023 in 0s
92.91% (+0.49%) compared to 191a237
View this Pull Request on Codecov
92.91% (+0.49%) compared to 191a237
Details
Codecov Report
Merging #208 (350fac5) into master (191a237) will increase coverage by
0.49%
.
The diff coverage is93.46%
.
@@ Coverage Diff @@
## master #208 +/- ##
==========================================
+ Coverage 92.42% 92.91% +0.49%
==========================================
Files 19 19
Lines 1702 1806 +104
==========================================
+ Hits 1573 1678 +105
+ Misses 129 128 -1
Files | Coverage Δ | |
---|---|---|
src/broyden.jl | 100.00% <100.00%> (+12.82%) |
⬆️ |
src/dfsane.jl | 100.00% <100.00%> (ø) |
|
src/klement.jl | 86.60% <100.00%> (+1.31%) |
⬆️ |
src/lbroyden.jl | 90.90% <100.00%> (+0.50%) |
⬆️ |
src/levenberg.jl | 98.86% <100.00%> (+0.04%) |
⬆️ |
src/pseudotransient.jl | 100.00% <100.00%> (ø) |
|
src/raphson.jl | 100.00% <100.00%> (ø) |
|
src/trustRegion.jl | 99.37% <100.00%> (+0.01%) |
⬆️ |
src/gaussnewton.jl | 78.31% <81.25%> (-1.14%) |
⬇️ |
src/utils.jl | 82.63% <70.83%> (-1.99%) |
⬇️ |
... and 1 file with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading