Skip to content

Commit

Permalink
Merge pull request #50 from niwciu/hot_fix
Browse files Browse the repository at this point in the history
Hot fix
  • Loading branch information
niwciu authored Aug 6, 2024
2 parents 4342337 + ce02aba commit 7107d9a
Show file tree
Hide file tree
Showing 8 changed files with 1,910 additions and 3,051 deletions.
9 changes: 1 addition & 8 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
![cppCheck](https://github.com/niwciu/LCD_HD44780/actions/workflows/run_cppcheck.yml/badge.svg)
![clang-format](https://github.com/niwciu/LCD_HD44780/actions/workflows/clang-format_check.yml/badge.svg)
![code complexity](https://github.com/niwciu/LCD_HD44780/actions/workflows/run_lizard_lib_check.yml/badge.svg)
![GitHub License](https://img.shields.io/github/license/niwciu/LCD_HD44780)
![GitHub top language](https://img.shields.io/github/languages/top/niwciu/LCD_HD44780)
![GitHub Release](https://img.shields.io/github/v/release/niwciu/LCD_HD44780)
![GitHub branch check runs](https://img.shields.io/github/check-runs/niwciu/LCD_HD44780/main)
![Unit Tests](https://github.com/niwciu/LCD_HD44780/actions/workflows/run_lcd_hd44780_test.yml/badge.svg)
![cppCheck](https://github.com/niwciu/LCD_HD44780/actions/workflows/run_cppcheck.yml/badge.svg)
![clang-format](https://github.com/niwciu/LCD_HD44780/actions/workflows/clang-format_check.yml/badge.svg)
![code complexity](https://github.com/niwciu/LCD_HD44780/actions/workflows/run_lizard_lib_check.yml/badge.svg)


## Features

Expand Down
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 7107d9a

Please sign in to comment.