SciML / DifferenceEquations.jl

Solving difference equations with DifferenceEquations.jl and the SciML ecosystem.
MIT License
32 stars 6 forks source link

More rrule and features for linear #73

Closed jlperla closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (4e0f1e2) into main (5dc3e51) will decrease coverage by 0.12%. The diff coverage is 93.22%.

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   91.25%   91.12%   -0.13%     
==========================================
  Files           7        7              
  Lines         480      507      +27     
==========================================
+ Hits          438      462      +24     
- Misses         42       45       +3     
Impacted Files Coverage Δ
src/algorithms/linear.jl 96.62% <93.10%> (-0.78%) :arrow_down:
src/solutions/state_space_solutions.jl 87.50% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2519891748

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/algorithms/linear.jl 54 58 93.1%
<!-- Total: 55 59 93.22% -->
Totals Coverage Status
Change from base Build 2518938470: -0.1%
Covered Lines: 462
Relevant Lines: 507

💛 - Coveralls