Add Github actions to run wazuh check updates plugin tests on PRs #111
Labels
level/task
Task issue
request/operational
Operational request
type/enhancement
New feature or request
Description
When we upload changes to a PR, in addition to running the tests of the main plugin, the tests of the Check Updates Plugin should also be executed.
To automatically add a comment with the code coverage of the test for each plugin, it was necessary to fork the GitHub Action repository: https://github.com/marketplace/actions/comment-test-coverage. When adding a new plugin and generating multiple comments, this GitHub Action would remove all previous comments and only the last one would remain.
The new Github Action (https://github.com/marketplace/actions/comment-test-coverage-with-delete-filter-by-title) solves that issue and ensures that the last comment for each plugin remains.
The text was updated successfully, but these errors were encountered: