sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

Make rand and rayon optional #143

Closed sdd closed 5 months ago

sdd commented 5 months ago

(Update of https://github.com/sdd/kiddo/pull/136 to rebase on top of master and fix some issues with running tests - thanks @clbarnes!)

Both are only used in test utilities and examples, and both can interfere with WASM compilation. Now both are behind a test_utils feature.

codecov-commenter commented 5 months ago

Codecov Report

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

Comparison is base (0826d95) 94.12% compared to head (c932b9e) 94.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #143 +/- ## ========================================== + Coverage 94.12% 94.14% +0.01% ========================================== Files 52 52 Lines 6029 6029 Branches 6029 6029 ========================================== + Hits 5675 5676 +1 + Misses 333 332 -1 Partials 21 21 ```

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