Parallel code in Network class, including the utils.mpi module, was last run before merging #242. Codecov would call for test-coverage at that point, but is not straightforward because an MPI-environment is needed or would have to be simulated somehow.
This could be achieved either through setting up a parallel run in the CI, or e.g. by mocking the MPI communicator as https://github.com/rmjarvis/MockMPI does.
Might not be worthwile though. For now, test-running the example scripts in docs/src/examples/modules/mpi every now and then should suffice.
Parallel code in
Networkclass, including theutils.mpimodule, was last run before merging #242. Codecov would call for test-coverage at that point, but is not straightforward because an MPI-environment is needed or would have to be simulated somehow.This could be achieved either through setting up a parallel run in the CI, or e.g. by mocking the MPI communicator as https://github.com/rmjarvis/MockMPI does.
Might not be worthwile though. For now, test-running the example scripts in docs/src/examples/modules/mpi every now and then should suffice.