Skip to content

Commit

Permalink
hot_fix:
Browse files Browse the repository at this point in the history
report generation
cppcheck fix added
hw_test setup compilation errors fix
  • Loading branch information
niwciu committed Aug 6, 2024
1 parent 0bbf6e1 commit ce02aba
Show file tree
Hide file tree
Showing 7 changed files with 1,909 additions and 3,043 deletions.
324 changes: 176 additions & 148 deletions reports/Code_Coverage/lcd_hd44780_gcov_report.functions.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions reports/Code_Coverage/lcd_hd44780_gcov_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2024-01-12 11:24:32</td>
<td>2024-08-06 22:02:55</td>
</tr>
<tr>
<th scope="row">Coverage:</th>
Expand All @@ -46,21 +46,21 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>228</td>
<td>230</td>
<td class="coverage-high">99.1%</td>
<td>240</td>
<td>242</td>
<td class="coverage-high">99.2%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
<td>35</td>
<td>35</td>
<td>37</td>
<td>37</td>
<td class="coverage-high">100.0%</td>
</tr>
<tr>
<th scope="row">Branches:</th>
<td>46</td>
<td>45</td>
<td>47</td>
<td class="coverage-high">97.9%</td>
<td class="coverage-high">95.7%</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -93,14 +93,14 @@ <h1>GCC Code Coverage Report</h1>
<a href="lcd_hd44780_gcov_report.lcd_hd44780.c.9b5fec2915da14d10e466e7fb812c453.html">lcd_hd44780.c</a>
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.1" title="99.1%">99.1</meter>
<meter class="coverage-high" min="0" max="100" value="99.2" title="99.2%">99.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.1%</td>
<td class="CoverValue line-coverage coverage-high">228 / 230</td>
<td class="CoverValue line-coverage coverage-high">99.2%</td>
<td class="CoverValue line-coverage coverage-high">240 / 242</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">35 / 35</td>
<td class="CoverValue branch-coverage coverage-high">97.9%</td>
<td class="CoverValue branch-coverage coverage-high">46 / 47</td>
<td class="CoverValue function-coverage coverage-high">37 / 37</td>
<td class="CoverValue branch-coverage coverage-high">95.7%</td>
<td class="CoverValue branch-coverage coverage-high">45 / 47</td>
</tr>

</table>
Expand Down
Loading

0 comments on commit ce02aba

Please sign in to comment.