CI "Test Library" step will pass regardless of test results. #3

Closed
opened 2024-01-29 09:27:49 -08:00 by brock · 1 comment
Owner

The "Test "Library" step of the "build-and-test" job will always pass. This is because that step runs the tests, then generates the gcov report. The report generation is the last command to run and thus is what gets returned. This will be successful regardless of the results of the test.

The "Test "Library" step of the "build-and-test" job will always pass. This is because that step runs the tests, then generates the gcov report. The report generation is the last command to run and thus is what gets returned. This will be successful regardless of the results of the test.
Author
Owner

This is by design. Test failures are reported in report.xml.

This is by design. Test failures are reported in report.xml.
brock closed this issue 2024-03-04 00:28:25 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: brock/cproject#3