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 docker #309

Closed hhirtz closed 10 months ago

hhirtz commented 10 months ago

Mostly followed https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (feb049a) 43.16% compared to head (b2fa3d8) 41.62%. Report is 9 commits behind head on master.

Files Patch % Lines
tools/src/lib.rs 0.00% 50 Missing :warning:
src/geometry.rs 50.00% 1 Missing :warning:
src/real.rs 0.00% 1 Missing :warning:
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:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #309 +/- ## ========================================== - Coverage 43.16% 41.62% -1.55% ========================================== Files 52 52 Lines 8805 8680 -125 ========================================== - Hits 3801 3613 -188 - Misses 5004 5067 +63 ```

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