imrn99 / integraal

Integral computation, done in Rust!
https://imrn99.github.io/integraal/
Apache License 2.0
1 stars 0 forks source link

refactor: replace `&mut self` by `mut self` in `Integraal` setters signatures #22

Closed imrn99 closed 3 months ago

imrn99 commented 3 months ago

also, change &mut Self to Self as the return type for these setters

closes #19

Content

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 92.18%. Comparing base (dd304f7) to head (8de2017).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #22 +/- ## ========================================== + Coverage 92.15% 92.18% +0.02% ========================================== Files 3 3 Lines 306 307 +1 ========================================== + Hits 282 283 +1 Misses 24 24 ```

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