EXSWHTEC-223 - Update Coverage tool (#339)

- Apply clang-format on Coverage tool and add blue color for deprecated Modules
- Change color from blue to gray for deprecated modules
- Adjust the color of green
Bu işleme şunda yer alıyor:
milos-mozetic
2023-07-11 10:40:40 +02:00
işlemeyi yapan: GitHub
ebeveyn bf50c2d2d8
işleme 0c7fa43b5e
12 değiştirilmiş dosya ile 1335 ekleme ve 261 silme
+12
Dosyayı Görüntüle
@@ -169,6 +169,18 @@ td.coverBarOutline
background-color: #000000;
}
/* Directory view/File view (all): line count entry for files with
deprecated functions */
td.coverDeprecated
{
text-align: center;
padding-left: 10px;
padding-right: 10px;
background-color: #d2d2d2;
white-space: nowrap;
font-family: sans-serif;
}
/* Directory view/File view (all): line count entry for files with
high coverage rate */
td.coverNumHi