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
Currently, there are workflows that only compile the project and run the tests (in release and debug modes).
All the RTR steps (doxygen, coding style, CPP check, etc.) are being managed by Jenkins.
Also, some important tools like address sanitizer and valgrind aren't being used, and checks like coverage are missing.
DoD
Update the current workflows to include all the RTR steps
Update the current workflows to add the missing automated checks
CI Pass
The text was updated successfully, but these errors were encountered:
Description
Currently, there are workflows that only compile the project and run the tests (in release and debug modes).
All the RTR steps (doxygen, coding style, CPP check, etc.) are being managed by Jenkins.
Also, some important tools like
address sanitizer
andvalgrind
aren't being used, and checks likecoverage
are missing.DoD
The text was updated successfully, but these errors were encountered: