summaryrefslogtreecommitdiffstats
path: root/tester/rt/coverage.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-06coverage.py: Call covoar onceAlex White1-30/+30
2021-03-30tester: Limit branch coverage percentage precisionAlex White1-1/+1
2021-03-30coverage: Fix option processing on FreeBSDAlex White1-2/+5
2021-03-30coverage: Give coverage bars red backgroundAlex White1-0/+3
2021-03-30coverage/reports: Share common JS and CSS in reportsAlex White1-5/+6
2021-03-30coverage/reports: Improve formatting and clarityAlex White1-4/+15
2021-03-30covoar/reports: Add new statistics to summaryAlex White1-13/+20
2021-03-30tester: Remove target from BSP coverage configsAlex White1-1/+2
2020-09-26Move all python commands to use env pythonChris Johns1-2/+0
2019-05-21rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee1-2/+2
2019-03-27coverage: Add subdirectory name in HTML reportsVijay Kumar Banerjee1-0/+18
2019-03-22coverage: remove utf-8 encoding in symbolset namesVijay Kumar Banerjee1-2/+1
2019-02-14Coverage: Add support for TSIM formatVijay Kumar Banerjee1-13/+22
2018-12-02tester : Add support to use QEMU serial console when coverage is enabledVijay Kumar Banerjee1-0/+1
2018-11-27Coverage : install covoar in tester/binVijay Kumar Banerjee1-5/+8
2018-11-17Coverage: add the style and js files to the symbol-set report directoryVijay Kumar Banerjee1-13/+4
2018-11-08python: Provide support to select a valid python version.Chris Johns1-1/+1
2018-10-25Coverage : Generate reports using the object files in cpukitVijay Kumar Banerjee1-6/+21
2018-08-08Coverage: Add support to generate separate reports for each symbol-setVijay Kumar Banerjee1-20/+18
2018-06-19tester: Add line feeds to the coverage HTML report.Chris Johns1-52/+49
2018-06-18tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns1-16/+34
2018-06-18tester: Clean up the coverage python code.Chris Johns1-45/+50
2018-06-05tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee1-0/+385