coverage: Give coverage bars red background

This commit is contained in:
Alex White
2021-03-07 21:59:44 -06:00
committed by Joel Sherrill
parent 4d21ff8d60
commit bfee5507b9

View File

@@ -129,6 +129,9 @@ class report_gen_html:
head_section += ' width: 150px;' + os.linesep
head_section += ' height: 15px;' + os.linesep
head_section += ' }' + os.linesep
head_section += ' progress::-webkit-progress-bar {' + os.linesep
head_section += ' background: red;' + os.linesep
head_section += ' }' + os.linesep
head_section += ' table, th, td {' + os.linesep
head_section += ' border: 1px solid black;' + os.linesep
head_section += ' border-collapse: collapse;' + os.linesep