Closed KnutAM closed 1 year ago
Merging #19 (7abf37d) into main (0c7e2e6) will increase coverage by
0.59%
. The diff coverage is100.00%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #19 +/- ##
==========================================
+ Coverage 92.85% 93.45% +0.59%
==========================================
Files 8 8
Lines 168 168
==========================================
+ Hits 156 157 +1
+ Misses 12 11 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/problem.jl | 77.77% <ø> (ø) |
|
src/QuasiStaticSolver.jl | 100.00% <100.00%> (+4.16%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Add call to
postprocess!
at the first step (before solving anything). Since it is more common than not to want the initial state postprocess, this is a more convenient default, and to not do this, users can add a simplestep==1 && return nothing
in the beginning of theirpostprocess!
function.