Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
155 stars 60 forks source link

Add `solve_context_type` #1717

Closed joschmitt closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.92%. Comparing base (6b230ed) to head (700b56b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1717 +/- ## ========================================== - Coverage 87.35% 86.92% -0.44% ========================================== Files 117 117 Lines 29824 29804 -20 ========================================== - Hits 26053 25907 -146 - Misses 3771 3897 +126 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thofma commented 1 month ago

Thanks, looks good (modulo the minor comment).