openrr / k

k: Kinematics Library for rust-lang
Apache License 2.0
167 stars 15 forks source link

Use std::sync::Mutex instead of parking_lot #129

Closed taiki-e closed 10 months ago

taiki-e commented 10 months ago

See https://github.com/openrr/openrr/pull/885 for more.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (833156a) 66.51% compared to head (37dd324) 66.43%.

Files Patch % Lines
src/node.rs 50.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== - Coverage 66.51% 66.43% -0.09% ========================================== Files 13 13 Lines 1571 1579 +8 Branches 1571 1579 +8 ========================================== + Hits 1045 1049 +4 - Misses 495 499 +4 Partials 31 31 ```

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