Coverage

Coverage#

MESA uses gcov to measure code coverage on the units test run by the .\install script. gcov comes as a standard utility with the GNU Compiler Collection (gcc). The measurement is automatically done with a GitHub action, which generates html content with lcov and posts the coverage report to GitHub Pages.