imrn99 / integraal

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

test: add main structure coverage #6

Closed imrn99 closed 4 months ago

imrn99 commented 4 months ago

Write new tests in the dedicated submodule; They cover both correct and incorrect usages of the struct, though incorrect usages are most likely not exhaustive.

Also add some trait implementations that are required for assertions and debugging.

Content

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 93.39623% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 60.75%. Comparing base (5272b52) to head (49e2dcf).

Files Patch % Lines
src/structure/tests.rs 93.39% 7 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #6 +/- ## ========================================== + Coverage 3.75% 60.75% +57.00% ========================================== Files 9 9 Lines 240 344 +104 ========================================== + Hits 9 209 +200 + Misses 231 135 -96 ```

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