aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f4c88a51..b27c1c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.x
/html
+coverage
diff --git a/Makefile b/Makefile
index a93fe173..152ff19e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,5 @@ README: README.in
test:
tests/run-tests.scm
+ genhtml -o coverage lcov.info
+