Vijay Kumar Banerjee
9f197dea76
rtemstoolkit/path : Add listdir function
2019-05-21 15:53:38 +10:00
Vijay Kumar Banerjee
53dd5e656a
coverage: Add subdirectory name in HTML reports
2019-03-27 17:25:45 -05:00
Vijay Kumar Banerjee
8dcfc0ed8a
coverage: remove utf-8 encoding in symbolset names
2019-03-22 10:26:12 -05:00
Vijay Kumar Banerjee
f6d30db99b
Coverage: Add support for TSIM format
2019-02-14 09:43:40 +11:00
Vijay Kumar Banerjee
650569cfc5
tester : Add support to use QEMU serial console when coverage is enabled
2018-12-02 14:38:39 +11:00
Vijay Kumar Banerjee
a1498ab899
Coverage : install covoar in tester/bin
2018-11-27 16:55:26 +11:00
Vijay Kumar Banerjee
fb03e22c47
Coverage: add the style and js files to the symbol-set report directory
2018-11-17 12:31:32 +11:00
Chris Johns
e058db0281
python: Provide support to select a valid python version.
...
- Update imports after wrapping the code.
- Fix python3 issues.
- Fix config path issues for in repo and install runs.
Closes #3537
2018-11-08 18:13:45 +11:00
Vijay Kumar Banerjee
92a340c305
Coverage : Generate reports using the object files in cpukit
2018-10-25 15:47:26 -05:00
Vijay Kumar Banerjee
18208f826a
Coverage: Add support to generate separate reports for each symbol-set
...
Invoke covoar multiple times from the script to generate separate
reports for each symbol-set.
2018-08-08 11:26:32 -05:00
Chris Johns
c1f2c3247d
tester: Add line feeds to the coverage HTML report.
2018-06-19 13:42:03 +10:00
Chris Johns
e341a65347
tester: Make the path to covoar absolute to ignore the env PATH.
...
Using the environment's path to find covoar allow invalid versions
to be used which may vary in subtle ways. Find and use the covoar
that is build with the version of 'rtems-test'.
This patch means you do not need to install the tools before
running improving the development experience.
Closes #3458
2018-06-18 12:26:16 +10:00
Chris Johns
5195eb735a
tester: Clean up the coverage python code.
2018-06-18 12:26:16 +10:00
Vijay Kumar Banerjee
b762312fae
tester: Add script to generate html coverage report from covoar output
...
Add support in tester to run covoar and generate an html report to display
the summary of the coverage reports generated from covoar.
Co-authored-by : Cillian O'Donnell <cpodonnell8@gmail.com>
2018-06-05 18:09:19 -05:00