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

@@ -176,9 +176,7 @@ void setup()
RUN_TEST(test_DH25519);
RUN_TEST(test_AES_CTR);
RUN_TEST(test_PKC_Decrypt);
exit(UNITY_END()); // stop unit testing
}
void loop()
{
UNITY_END(); // stop unit testing
}
void loop() {}