Skip to content

Commit

Permalink
deploy: 77eceb3
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Oct 7, 2023
1 parent 46b1c09 commit 46f506c
Show file tree
Hide file tree
Showing 10 changed files with 254 additions and 223 deletions.
14 changes: 7 additions & 7 deletions test-coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ <h1>Coverage report:
<tfoot>
<tr class="total">
<td class="name left">Total</td>
<td>795</td>
<td>807</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="795 795">100%</td>
<td class="right" data-ratio="807 807">100%</td>
</tr>
</tfoot>
<tbody>
Expand All @@ -69,10 +69,10 @@ <h1>Coverage report:
</tr>
<tr class="file">
<td class="name left"><a href="src_config_parser_py.html">src/config_parser.py</a></td>
<td>186</td>
<td>193</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="186 186">100%</td>
<td class="right" data-ratio="193 193">100%</td>
</tr>
<tr class="file">
<td class="name left"><a href="src_email_message_py.html">src/email_message.py</a></td>
Expand Down Expand Up @@ -104,10 +104,10 @@ <h1>Coverage report:
</tr>
<tr class="file">
<td class="name left"><a href="src_sync_photos_py.html">src/sync_photos.py</a></td>
<td>103</td>
<td>108</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="103 103">100%</td>
<td class="right" data-ratio="108 108">100%</td>
</tr>
<tr class="file">
<td class="name left"><a href="src_usage_py.html">src/usage.py</a></td>
Expand All @@ -126,7 +126,7 @@ <h1>Coverage report:
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/src___init___py.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h2 class="stats">
<div class="content">
<p>
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
16 changes: 13 additions & 3 deletions test-coverage/src_config_parser_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>Coverage for <b>src/config_parser.py</b> :
</h1>
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
186 statements &nbsp;
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">186 run</button>
193 statements &nbsp;
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">193 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
Expand Down Expand Up @@ -409,12 +409,22 @@ <h2 class="stats">
<p id="t355" class="run"><span class="n"><a href="#t355">355</a></span><span class="t"> <span class="nam">region</span> <span class="op">=</span> <span class="str">"global"</span>&nbsp;</span><span class="r"></span></p>
<p id="t356" class="pln"><span class="n"><a href="#t356">356</a></span><span class="t">&nbsp;</span><span class="r"></span></p>
<p id="t357" class="run"><span class="n"><a href="#t357">357</a></span><span class="t"> <span class="key">return</span> <span class="nam">region</span>&nbsp;</span><span class="r"></span></p>
<p id="t358" class="pln"><span class="n"><a href="#t358">358</a></span><span class="t">&nbsp;</span><span class="r"></span></p>
<p id="t359" class="pln"><span class="n"><a href="#t359">359</a></span><span class="t">&nbsp;</span><span class="r"></span></p>
<p id="t360" class="run"><span class="n"><a href="#t360">360</a></span><span class="t"><span class="key">def</span> <span class="nam">get_photos_folder_format</span><span class="op">(</span><span class="nam">config</span><span class="op">)</span><span class="op">:</span>&nbsp;</span><span class="r"></span></p>
<p id="t361" class="pln"><span class="n"><a href="#t361">361</a></span><span class="t"> <span class="str">"""Return filename format or None."""</span>&nbsp;</span><span class="r"></span></p>
<p id="t362" class="run"><span class="n"><a href="#t362">362</a></span><span class="t"> <span class="nam">fmt</span> <span class="op">=</span> <span class="key">None</span>&nbsp;</span><span class="r"></span></p>
<p id="t363" class="run"><span class="n"><a href="#t363">363</a></span><span class="t"> <span class="nam">config_path</span> <span class="op">=</span> <span class="op">[</span><span class="str">"photos"</span><span class="op">,</span> <span class="str">"folder_format"</span><span class="op">]</span>&nbsp;</span><span class="r"></span></p>
<p id="t364" class="run"><span class="n"><a href="#t364">364</a></span><span class="t"> <span class="key">if</span> <span class="nam">traverse_config_path</span><span class="op">(</span><span class="nam">config</span><span class="op">=</span><span class="nam">config</span><span class="op">,</span> <span class="nam">config_path</span><span class="op">=</span><span class="nam">config_path</span><span class="op">)</span><span class="op">:</span>&nbsp;</span><span class="r"></span></p>
<p id="t365" class="run"><span class="n"><a href="#t365">365</a></span><span class="t"> <span class="nam">fmt</span> <span class="op">=</span> <span class="nam">get_config_value</span><span class="op">(</span><span class="nam">config</span><span class="op">=</span><span class="nam">config</span><span class="op">,</span> <span class="nam">config_path</span><span class="op">=</span><span class="nam">config_path</span><span class="op">)</span>&nbsp;</span><span class="r"></span></p>
<p id="t366" class="run"><span class="n"><a href="#t366">366</a></span><span class="t"> <span class="nam">LOGGER</span><span class="op">.</span><span class="nam">info</span><span class="op">(</span><span class="str">f"Using format {fmt}."</span><span class="op">)</span>&nbsp;</span><span class="r"></span></p>
<p id="t367" class="run"><span class="n"><a href="#t367">367</a></span><span class="t"> <span class="key">return</span> <span class="nam">fmt</span>&nbsp;</span><span class="r"></span></p>
</div>
<div id="footer">
<div class="content">
<p>
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/src_email_message_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2 class="stats">
<div class="content">
<p>
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/src_notify_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2 class="stats">
<div class="content">
<p>
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/src_sync_drive_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h2 class="stats">
<div class="content">
<p>
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.4</a>,
created at 2023-10-05 15:53 +0000
created at 2023-10-07 16:08 +0000
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 46f506c

Please sign in to comment.