You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized after digging into coverage after #940 that the coverage CI job was not reporting failure. The environment was missing lcov, so while coverage tests were run the report was not being generated. This should be fixed and re-enabled.
The text was updated successfully, but these errors were encountered:
Description: deleting until OOM is fixed.
Risk Level: med - no coverage run. Although it was already broken per #1009
Signed-off-by: Jose Nino <[email protected]>
Description: update clang, install lcov, and bring back coverage for CI.
Risk Level: low
Testing: CI
Fixes#1009#1012
Signed-off-by: Jose Nino <[email protected]>
I realized after digging into coverage after #940 that the coverage CI job was not reporting failure. The environment was missing
lcov
, so while coverage tests were run the report was not being generated. This should be fixed and re-enabled.The text was updated successfully, but these errors were encountered: