Skip to content

Commit

Permalink
coverage update
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed Dec 2, 2018
1 parent 226096f commit deee636
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 389 deletions.
17 changes: 3 additions & 14 deletions docs/data/src/hsOsaes6/coverage/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,9 @@ table.coverage td span.cline-any {
background-position: 0 -10px;
}
.status-line { height: 10px; }
/* yellow */
.cbranch-no { background: yellow !important; color: #111; }
/* dark red */
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
.low .chart { border:1px solid #C21F39 }
.highlighted,
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
background: #C21F39 !important;
}
/* medium red */
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
/* light red */
Expand All @@ -173,24 +167,19 @@ table.coverage td span.cline-any {
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
.high .chart { border:1px solid rgb(77,146,33) }


.medium .chart { border:1px solid #666; }
.medium .cover-fill { background: #666; }

.cbranch-no { background: yellow !important; color: #111; }

.cstat-skip { background: #ddd; color: #111; }
.fstat-skip { background: #ddd; color: #111 !important; }
.cbranch-skip { background: #ddd !important; color: #111; }

span.cline-neutral { background: #eaeaea; }
.medium { background: #eaeaea; }

.coverage-summary td.empty {
opacity: .5;
padding-top: 4px;
padding-bottom: 4px;
line-height: 1;
color: #888;
}

.cover-fill, .cover-empty {
display:inline-block;
height: 12px;
Expand Down
63 changes: 0 additions & 63 deletions docs/data/src/hsOsaes6/coverage/block-navigation.js

This file was deleted.

4 changes: 0 additions & 4 deletions docs/data/src/hsOsaes6/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ <h1>
<span class='fraction'>63/80</span>
</div>
</div>
<p class="quiet">
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
</p>
</div>
<div class='status-line medium'></div>
<div class="pad1">
Expand Down Expand Up @@ -102,6 +99,5 @@ <h1>
};
</script>
<script src="sorter.js"></script>
<script src="block-navigation.js"></script>
</body>
</html>

0 comments on commit deee636

Please sign in to comment.