<p>Vasil Velichkov <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13496">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add code coverage support<br><br>The coverage report shows what code is covered by tests and what is not<br>and the ratio could be tracked over time. These reports will allow us<br>to identify code that is not being tested and improve the test suites.<br><br>To enable the reports configure with --enable-code-coverage and execute<br>"make check-code-coverage". The HTML report will be generated in a<br>subdirectory with name libosmocore-$(PACKAGE_VERSION)-coverage/index.html<br><br>The report is generated using gcov and lcov tools and the<br>AX_CODE_COVERAGE macro from the autoconf-archive project. The<br>ax_code_coverage.m4 was taken from autoconf-archive v2018.03.13<br><br>Closes: OS#1987<br>Change-Id: I6f4ffb91bd7f3dd070aa09dd16d5ad1faf130a4c<br>---<br>M .gitignore<br>M Makefile.am<br>M configure.ac<br>A m4/ax_code_coverage.m4<br>M src/Makefile.am<br>M src/codec/Makefile.am<br>M src/coding/Makefile.am<br>M src/ctrl/Makefile.am<br>M src/gb/Makefile.am<br>M src/gsm/Makefile.am<br>M src/pseudotalloc/Makefile.am<br>M src/sim/Makefile.am<br>M src/vty/Makefile.am<br>13 files changed, 310 insertions(+), 24 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/96/13496/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13496">change 13496</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13496"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I6f4ffb91bd7f3dd070aa09dd16d5ad1faf130a4c </div>
<div style="display:none"> Gerrit-Change-Number: 13496 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Vasil Velichkov <vvvelichkov@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Vasil Velichkov <vvvelichkov@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Vadim Yanitskiy <axilirator@gmail.com> </div>