Ulrik Egede
Ulrik Egede
So looking in the [coverage of the testing](https://github.com/ganga-devs/ganga/actions/runs/11670321659/job/32531509439?pr=2390#step:5:473) I indeed see that the code that you have implemented is never executed. So in fact the entire `runMonitoring` function in [Local_GangaMC_Service.py](https://github.com/ganga-devs/ganga/blob/35e3bcf552519c8aae5f36c8a5d6cef49255f68d/ganga/GangaCore/Core/MonitoringComponent/Local_GangaMC_Service.py#L709)...
So the real question now is what the new test files are actually testing. At the moment they just look for `runMonitoring` returning `True`, but they should be extended to...
I approve