Skip to content

Commit

Permalink
Guard against status messages coming in while writing
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 1, 2016
1 parent 903e2c3 commit 7eca6e2
Show file tree
Hide file tree
Showing 8 changed files with 694 additions and 647 deletions.
2 changes: 1 addition & 1 deletion coverage/coverage.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions coverage/lcov-report/bpmux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ <h1>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>309/309</span>
<span class='fraction'>314/314</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>138/138</span>
<span class='fraction'>140/140</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
Expand All @@ -37,7 +37,7 @@ <h1>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>301/301</span>
<span class='fraction'>306/306</span>
</div>
</div>
</div>
Expand All @@ -62,13 +62,13 @@ <h1>
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
<td data-value="100" class="pct high">100%</td>
<td data-value="309" class="abs high">309/309</td>
<td data-value="314" class="abs high">314/314</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="138" class="abs high">138/138</td>
<td data-value="140" class="abs high">140/140</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="34" class="abs high">34/34</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="301" class="abs high">301/301</td>
<td data-value="306" class="abs high">306/306</td>
</tr>

</tbody>
Expand All @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jul 01 2016 07:08:02 GMT+0100 (BST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jul 01 2016 08:47:20 GMT+0100 (BST)
</div>
</div>
<script src="../prettify.js"></script>
Expand Down
350 changes: 190 additions & 160 deletions coverage/lcov-report/bpmux/index.js.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ <h1>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>309/309</span>
<span class='fraction'>314/314</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>138/138</span>
<span class='fraction'>140/140</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
Expand All @@ -37,7 +37,7 @@ <h1>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>301/301</span>
<span class='fraction'>306/306</span>
</div>
</div>
</div>
Expand All @@ -62,13 +62,13 @@ <h1>
<td class="file high" data-value="bpmux/"><a href="bpmux/index.html">bpmux/</a></td>
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
<td data-value="100" class="pct high">100%</td>
<td data-value="309" class="abs high">309/309</td>
<td data-value="314" class="abs high">314/314</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="138" class="abs high">138/138</td>
<td data-value="140" class="abs high">140/140</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="34" class="abs high">34/34</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="301" class="abs high">301/301</td>
<td data-value="306" class="abs high">306/306</td>
</tr>

</tbody>
Expand All @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jul 01 2016 07:08:02 GMT+0100 (BST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jul 01 2016 08:47:20 GMT+0100 (BST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
Loading

0 comments on commit 7eca6e2

Please sign in to comment.