<p>vvvelichkov <strong>uploaded patch set #7</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/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, lcov and lcov_cobertura tools and<br>the OSMO_AC_CODE_COVERAGE macro. The osmo_ax_code_coverage.m4 is a copy of<br>ax_code_coverage.m4 taken from autoconf-archive v2018.03.13. It was<br>copied to avoid the additional external dependency and renamed to avoid<br>overwriting it in case autoconf-archive is already installed as we are<br>going to install it in $(datadir)/aclocal in order to be reused in other<br>osmocom's projects.<br><br>Closes: OS#1987<br>Change-Id: I6f4ffb91bd7f3dd070aa09dd16d5ad1faf130a4c<br>---<br>M .gitignore<br>M Makefile.am<br>M configure.ac<br>M debian/libosmocore-dev.install<br>A m4/osmo_ac_code_coverage.m4<br>A m4/osmo_ax_code_coverage.m4<br>6 files changed, 330 insertions(+), 0 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/7</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/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/c/libosmocore/+/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-Change-Id: I6f4ffb91bd7f3dd070aa09dd16d5ad1faf130a4c </div>
<div style="display:none"> Gerrit-Change-Number: 13496 </div>
<div style="display:none"> Gerrit-PatchSet: 7 </div>
<div style="display:none"> Gerrit-Owner: vvvelichkov <vvvelichkov@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Max <suraev@alumni.ntnu.no> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: vvvelichkov <vvvelichkov@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>