Closed hndgzkn closed 1 year ago
Base: 78.22% // Head: 78.29% // Increases project coverage by +0.06%
:tada:
Coverage data is based on head (
b7e28b9
) compared to base (c6873e7
). Patch coverage: 86.48% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Simplifies code removing all
backend == "mpi"
checks.MPI backend is not clearly separated. If another backend is to be implemented in the future, it would be better to implement in separate classes to a common Interface instead of if checks.