Closed kimauth closed 3 years ago
Merging #31 (d6a52dd) into main (b210796) will decrease coverage by
0.30%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #31 +/- ##
==========================================
- Coverage 94.55% 94.24% -0.31%
==========================================
Files 7 7
Lines 312 313 +1
==========================================
Hits 295 295
- Misses 17 18 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/LinearElastic.jl | 100.00% <100.00%> (ø) |
|
src/Plastic.jl | 98.30% <100.00%> (+0.05%) |
:arrow_up: |
src/wrappers.jl | 81.66% <0.00%> (-1.67%) |
:arrow_down: |
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 b210796...d6a52dd. Read the comment docs.
Still needs to be changed for CrystalViscoPlastic
, but I'll merge these so that we can build up on them already.
Change
LinearElastic
andPlastic
to use the full strain instead of the strain increment.