LIHPC-Computational-Geometry / coupe

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

Add some tests and another hilbert fix #272

Closed hhirtz closed 1 year ago

hhirtz commented 1 year ago

See individual commits for details.

codecov[bot] commented 1 year ago

Codecov Report

Base: 51.01% // Head: 55.47% // Increases project coverage by +4.45% :tada:

Coverage data is based on head (60e1caf) compared to base (d5c88bb). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ========================================== + Coverage 51.01% 55.47% +4.45% ========================================== Files 41 41 Lines 7445 7530 +85 ========================================== + Hits 3798 4177 +379 + Misses 3647 3353 -294 ``` | [Impacted Files](https://codecov.io/gh/LIHPC-Computational-Geometry/coupe/pull/272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry) | Coverage Δ | | |---|---|---| | [src/algorithms/arc\_swap.rs](https://codecov.io/gh/LIHPC-Computational-Geometry/coupe/pull/272/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-c3JjL2FsZ29yaXRobXMvYXJjX3N3YXAucnM=) | `74.62% <100.00%> (+74.62%)` | :arrow_up: | | [src/algorithms/hilbert\_curve.rs](https://codecov.io/gh/LIHPC-Computational-Geometry/coupe/pull/272/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-c3JjL2FsZ29yaXRobXMvaGlsYmVydF9jdXJ2ZS5ycw==) | `84.96% <100.00%> (+27.66%)` | :arrow_up: | | [src/cartesian/mod.rs](https://codecov.io/gh/LIHPC-Computational-Geometry/coupe/pull/272/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-c3JjL2NhcnRlc2lhbi9tb2QucnM=) | `67.82% <100.00%> (+0.42%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.