Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.43 KB

ReviewingResults.rst

File metadata and controls

29 lines (20 loc) · 1.43 KB

Viewing the Results

Executing "ctest - Experimental" or "ctest - Nightly," for example, will upload the test results to the OSEHRA Software Quality Dashboard (http://code.osehra.org/CDash/index.php?project=Open+Source+EHR) as shown below. Note that the entries are organized by sections for different test types, Nightly or Experimental. The site name is the name of the machine running the tests, and build name is the operating system.

OSEHRA Software Quality Dashboard

The coverage results are found at the bottommost section of the dashboard page.

OSEHRA Software Quality Dashboard with the Coverage section highlighted

Clicking on the percentage will open a new page with detailed information on the individual files sorted by percentage of the lines of the files used and a line-by-line display of what code was executed.

Example coverage report using the SDCO21.m routine

More detailed information about the Dashboard's capabilities and displays can be found here.