summaryrefslogtreecommitdiffstats
path: root/llvm/tools/sancov/coverage-report-server.py
Commit message (Collapse)AuthorAgeFilesLines
* [sancov] Fix broken links and displaced coloring in coverage-report-server.pyMaxim Ostapenko2017-03-201-2/+2
| | | | | | | | | | | | | | This patch fixes two issues: * Fixed relative links to source files * Enumeration of lines in source files starts from 1 instead of 0 to align with .symcov files generated by sancov -symbolize Patch by Dmitiriy Nikiforov. Differential Revision: https://reviews.llvm.org/D31038 llvm-svn: 298250
* [sancov] renamed symcov-report-server to coverage-report-serverMike Aizatsky2016-10-041-0/+203
llvm-svn: 283241
OpenPOWER on IntegriCloud