Skip to content

Commit

Permalink
fix for events scraper mock, + update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ionox0 committed Dec 11, 2016
1 parent ebbcb3f commit 143a84d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
16 changes: 8 additions & 8 deletions scraper/coverage_report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div id="header">
<div class="content">
<h1>Coverage report:
<span class="pc_cov">68%</span>
<span class="pc_cov">86%</span>
</h1>

<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
Expand Down Expand Up @@ -72,13 +72,13 @@ <h1>Coverage report:
<tr class="total">
<td class="name left">Total</td>
<td>122</td>
<td>29</td>
<td>12</td>
<td>0</td>

<td>30</td>
<td>7</td>
<td>10</td>

<td class="right" data-ratio="104 152">68%</td>
<td class="right" data-ratio="130 152">86%</td>
</tr>
</tfoot>
<tbody>
Expand Down Expand Up @@ -110,13 +110,13 @@ <h1>Coverage report:
<tr class="file">
<td class="name left"><a href="scraper_events_scraper_py.html">scraper/events_scraper.py</a></td>
<td>52</td>
<td>19</td>
<td>2</td>
<td>0</td>

<td>18</td>
<td>3</td>
<td>6</td>

<td class="right" data-ratio="36 70">51%</td>
<td class="right" data-ratio="62 70">89%</td>
</tr>

</tbody>
Expand All @@ -131,7 +131,7 @@ <h1>Coverage report:
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.2</a>,
created at 2016-12-10 22:39
created at 2016-12-10 23:10
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 143a84d

Please sign in to comment.