wazuh / wazuh-http-request

Wazuh HTTP request library
7 stars 6 forks source link

Move all automated testing to GH #66

Open pereyra-m opened 3 months ago

pereyra-m commented 3 months ago

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 and valgrind aren't being used, and checks like coverage are missing.

DoD