KnutAM / FESolvers.jl

Solvers for Ferrite.jl problems
https://knutam.github.io/FESolvers.jl/dev
MIT License
3 stars 0 forks source link

Replace ScalarWrapper with mutable struct and const #20

Closed KnutAM closed 1 year ago

KnutAM commented 1 year ago

This change implies that only julia>=1.8 is supported. But 1.8 was released 8 months ago by now, so most users should have already updated.

codecov-commenter commented 1 year ago

Codecov Report

Merging #20 (4f67d89) into main (f16b122) will decrease coverage by 0.16%. The diff coverage is 95.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      #20      +/-   ##
==========================================
- Coverage   93.45%   93.29%   -0.16%     
==========================================
  Files           8        7       -1     
  Lines         168      164       -4     
==========================================
- Hits          157      153       -4     
  Misses         11       11              
Impacted Files Coverage Δ
src/FESolvers.jl 100.00% <ø> (ø)
src/nlsolvers.jl 92.30% <87.50%> (ø)
src/timesteppers.jl 92.45% <100.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more