ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
4 stars 2 forks source link

Add EAS0 Variants to get rid of `std::monostate` #266

Closed henrij22 closed 4 months ago

henrij22 commented 4 months ago
codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 92.47%. Comparing base (94bb34e) to head (3026085).

Files Patch % Lines
...finiteelements/mechanics/enhancedassumedstrains.hh 97.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #266 +/- ## ========================================== - Coverage 92.59% 92.47% -0.12% ========================================== Files 57 58 +1 Lines 1984 1981 -3 ========================================== - Hits 1837 1832 -5 - Misses 147 149 +2 ``` | [Flag](https://app.codecov.io/gh/ikarus-project/ikarus/pull/266/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/ikarus-project/ikarus/pull/266/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | `92.47% <98.52%> (-0.12%)` | :arrow_down: | 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=ikarus-project#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.

rath3t commented 4 months ago

Ah and maybe think about what could be added to the changelog