Closed github-actions[bot] closed 2 years ago
Merging #178 (2bca3bf) into main (e36ad4f) will increase coverage by
0.25%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #178 +/- ##
==========================================
+ Coverage 87.37% 87.63% +0.25%
==========================================
Files 38 38
Lines 2646 2564 -82
==========================================
- Hits 2312 2247 -65
+ Misses 334 317 -17
Impacted Files | Coverage Δ | |
---|---|---|
src/iterations/solvers/augmented/K2LDL.jl | 90.07% <0.00%> (-0.44%) |
:arrow_down: |
src/iterations/solvers/augmented/K2Structured.jl | 90.00% <0.00%> (-0.39%) |
:arrow_down: |
src/iterations/iterations.jl | 96.90% <0.00%> (-0.16%) |
:arrow_down: |
src/iterations/solvers/augmented/K2LDLDense.jl | 94.73% <0.00%> (-0.14%) |
:arrow_down: |
src/iterations/solvers/normal/K1_1Structured.jl | 92.72% <0.00%> (-0.13%) |
:arrow_down: |
src/iterations/solvers/normal/K1_2Structured.jl | 94.11% <0.00%> (-0.12%) |
:arrow_down: |
src/iterations/solvers/Newton/K3_5Structured.jl | 91.30% <0.00%> (-0.10%) |
:arrow_down: |
src/iterations/solvers/Newton/K3SStructured.jl | 91.39% <0.00%> (-0.10%) |
:arrow_down: |
src/iterations/solvers/Newton/K3Krylov.jl | 93.50% <0.00%> (-0.09%) |
:arrow_down: |
src/iterations/solvers/Newton/K3_5Krylov.jl | 95.16% <0.00%> (-0.08%) |
:arrow_down: |
... and 13 more |
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 e36ad4f...2bca3bf. Read the comment docs.
This pull request changes the compat entry for the
NLPModelsModifiers
package from0.4, 0.5
to0.4, 0.5, 0.6
. This keeps the compat entries for earlier versions.Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.