rath3t / dune-iga

A DUNE grid implementation with NURBS as ansatz functions.
https://rath3t.github.io/dune-iga-doc/
Other
1 stars 1 forks source link

Refactor grid implementation #46

Closed rath3t closed 4 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: Patch coverage is 96.78250% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 96.20%. Comparing base (3f51593) to head (7fb07f6). Report is 1 commits behind head on main.

:exclamation: Current head 7fb07f6 differs from pull request most recent head 6cb633b. Consider uploading reports for the commit 6cb633b to get more accurate results

Files Patch % Lines
.../iga/geometrykernel/nurbspatchgeometrylocalview.hh 75.00% 5 Missing :warning:
dune/iga/geometrykernel/makecirculararc.hh 90.00% 4 Missing :warning:
dune/iga/geometrykernel/makesurfaceofrevolution.hh 92.59% 4 Missing :warning:
dune/iga/nurbsbasis.hh 94.00% 3 Missing :warning:
dune/iga/hierarchicpatch/patchgrid.hh 97.05% 2 Missing :warning:
dune/iga/hierarchicpatch/patchgridentity.hh 93.93% 2 Missing :warning:
dune/iga/hierarchicpatch/patchgridindexsets.hh 86.66% 2 Missing :warning:
dune/iga/test/factorytest.cpp 88.23% 2 Missing :warning:
dune/iga/hierarchicpatch/patchgridgeometry.hh 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== + Coverage 92.13% 96.20% +4.06% ========================================== Files 31 31 Lines 3802 1501 -2301 ========================================== - Hits 3503 1444 -2059 + Misses 299 57 -242 ``` | [Flag](https://app.codecov.io/gh/rath3t/dune-iga/pull/46/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alex_Mueller) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/rath3t/dune-iga/pull/46/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alex_Mueller) | `96.20% <96.78%> (+4.06%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alex_Mueller#carryforward-flags-in-the-pull-request-comment) to find out more.

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

henrij22 commented 4 months ago

This will be done with #51