Generate a coverage report for End to end tests (#5667)

* Generate coverage report after running tests

* Wait for integration program to stop/start
This commit is contained in:
Eric Severance
2024-12-25 17:47:03 -08:00
committed by GitHub
parent 835344074c
commit 1281da627e
4 changed files with 36 additions and 10 deletions

View File

@@ -358,7 +358,7 @@ bool AdminModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshta
#ifdef ARCH_PORTDUINO
case meshtastic_AdminMessage_exit_simulator_tag:
LOG_INFO("Exiting simulator");
_exit(0);
exit(0);
break;
#endif