guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add modules keyword to coverage-data->lcov


From: Timothy Sample
Subject: [PATCH] Add modules keyword to coverage-data->lcov
Date: Fri, 08 Dec 2017 20:59:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi guile-devel,

I came across a discrepancy between the manual (section 6.27 “Code
Coverage Reports”) and the code. The manual says that
“coverage-data->lcov” should take “modules” as a keyword argument, but
the function itself has no keyword arguments. Being able to limit the
modules included in a coverage report is really useful, since normally
one doesn’t care about which lines of code in “ice-9/eval.scm” were
evaluated during tests. :)

This simple patch adds the “modules” keyword to “coverage-data->lcov” as
specified in the manual.


-- Tim

P.S. Thanks for all your work! Guile is a really fun and hackable
language.

Attachment: 0001-Add-modules-keyword-to-coverage-data-lcov.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]