Hi there,
I’m looking for a solution to host all the reports related to CI/CD test results and test coverage on a server. Currently, I’m using Allure Reports to host and view end-to-end test results. I’m now looking for something similar that is compatible with CppUTest.
It would be great to have a web-based interface where I can browse test results and coverage (with features like filtering and searching), rather than having to go through GitHub Actions artifacts, which currently include a .txt file with the test results and a zip file containing the HTML files for code coverage.
Any recommendations would be much appreciated!
Best regards.