Skip to content
Snippets Groups Projects
Commit bce08b6a authored by Simon McVittie's avatar Simon McVittie
Browse files

Invoke lcov in a way that actually works


It only accepts one directory argument.

(This still doesn't actually work unless you hack ax_code_coverage.m4
to make it allow the version of lcov we ship, but that's one yak too
far right now.)

Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: default avatarGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D4622
parent f5bf33be
No related branches found
No related tags found
No related merge requests found
......@@ -700,9 +700,7 @@ DISTCLEANFILES += $(pkgconfig_DATA)
# Code coverage
@CODE_COVERAGE_RULES@
CODE_COVERAGE_DIRECTORY = \
$(top_builddir)/traprain-service \
$(top_builddir)/traprain-client \
$(top_builddir)/mock-service \
$(top_builddir) \
$(NULL)
CODE_COVERAGE_LCOV_OPTIONS = --base-directory $(abs_top_srcdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment