LIHPC-Computational-Geometry / coupe

the concurrent partitioner
https://LIHPC-Computational-Geometry.github.io/coupe/
Apache License 2.0
12 stars 3 forks source link

Fix clippy warning using `first()` instead of `get(0)` #311

Closed cedricchevalier19 closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (28202e6) 41.85% compared to head (aeac855) 41.85%.

Files Patch % Lines
tools/src/bin/apply-part.rs 0.00% 1 Missing :warning:
tools/src/bin/apply-weight.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-dup.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-part.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-points.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-refine.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-reorder.rs 0.00% 1 Missing :warning:
tools/src/bin/mesh-svg.rs 0.00% 1 Missing :warning:
tools/src/bin/weight-gen.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ======================================= Coverage 41.85% 41.85% ======================================= Files 52 52 Lines 8714 8714 ======================================= Hits 3647 3647 Misses 5067 5067 ```

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