Skip to content

Commit

Permalink
lcov: new: export/20241217T153956
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 8018036 commit eeca05f
Show file tree
Hide file tree
Showing 68 changed files with 5,362 additions and 5,377 deletions.
48 changes: 24 additions & 24 deletions html/lcov/export/gcov.css
Original file line number Diff line number Diff line change
Expand Up @@ -927,24 +927,24 @@ Previously untested code is unused now" */
td.tlaEUB
{
text-align: right;
background-color: #EEEEEE;
background-color: #000000;
}
td.tlaBgEUB {
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Excluded Uncovered Baseline (0 => #):
Previously untested code is unused now" */
span.tlaEUB
{
text-align: left;
background-color: #EEEEEE;
background-color: #000000;
}
span.tlaBgEUB {
background-color: #EEEEEE;
background-color: #000000;
}
a.tlaBgEUB {
background-color: #EEEEEE;
background-color: #000000;
color: #e4e4e4;
}

Expand All @@ -955,32 +955,32 @@ td.headerCovTableHeadEUB {
padding-bottom: 0px;
font-family: sans-serif;
white-space: nowrap;
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Excluded Covered Baseline (1 => #):
Previously tested code is unused now" */
td.tlaECB
{
text-align: right;
background-color: #EEEEEE;
background-color: #000000;
}
td.tlaBgECB {
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Excluded Covered Baseline (1 => #):
Previously tested code is unused now" */
span.tlaECB
{
text-align: left;
background-color: #EEEEEE;
background-color: #000000;
}
span.tlaBgECB {
background-color: #EEEEEE;
background-color: #000000;
}
a.tlaBgECB {
background-color: #EEEEEE;
background-color: #000000;
color: #e4e4e4;
}

Expand All @@ -991,32 +991,32 @@ td.headerCovTableHeadECB {
padding-bottom: 0px;
font-family: sans-serif;
white-space: nowrap;
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Deleted Uncovered Baseline (0 => -):
Previously untested code has been deleted" */
td.tlaDUB
{
text-align: right;
background-color: #EEEEEE;
background-color: #000000;
}
td.tlaBgDUB {
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Deleted Uncovered Baseline (0 => -):
Previously untested code has been deleted" */
span.tlaDUB
{
text-align: left;
background-color: #EEEEEE;
background-color: #000000;
}
span.tlaBgDUB {
background-color: #EEEEEE;
background-color: #000000;
}
a.tlaBgDUB {
background-color: #EEEEEE;
background-color: #000000;
color: #e4e4e4;
}

Expand All @@ -1027,32 +1027,32 @@ td.headerCovTableHeadDUB {
padding-bottom: 0px;
font-family: sans-serif;
white-space: nowrap;
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Deleted Covered Baseline (1 => -):
Previously tested code has been deleted" */
td.tlaDCB
{
text-align: right;
background-color: #EEEEEE;
background-color: #000000;
}
td.tlaBgDCB {
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view/table entry backround: format for lines classified as "Deleted Covered Baseline (1 => -):
Previously tested code has been deleted" */
span.tlaDCB
{
text-align: left;
background-color: #EEEEEE;
background-color: #000000;
}
span.tlaBgDCB {
background-color: #EEEEEE;
background-color: #000000;
}
a.tlaBgDCB {
background-color: #EEEEEE;
background-color: #000000;
color: #e4e4e4;
}

Expand All @@ -1063,7 +1063,7 @@ td.headerCovTableHeadDCB {
padding-bottom: 0px;
font-family: sans-serif;
white-space: nowrap;
background-color: #EEEEEE;
background-color: #000000;
}

/* Source code view: format for date/owner bin that is not hit */
Expand Down
Loading

0 comments on commit eeca05f

Please sign in to comment.