Closed JordiManyer closed 11 months ago
Attention: 10 lines
in your changes are missing coverage. Please review.
Comparison is base (
50184f2
) 0.00% compared to head (0c9e891
) 0.00%.
Files | Patch % | Lines |
---|---|---|
src/FESpaces.jl | 0.00% | 6 Missing :warning: |
src/TransientDistributedCellField.jl | 0.00% | 4 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The test
StokesOpenBoundaryTests.jl
breaks on Gridap#master.After investigating a little, this seems to come from this recent PR, where we added block assembly to
TransientMultiFieldFESpaces
. In doing so, we made the type quite a lot more complex. This requires moreFESpace
API methods to be implemented byDistributedFESpace
.I think all tests are good now.
@amartinhuertas @oriolcg @tamaratambyah