From a7bae0355bcd244afaa9122826e08bd4e5853227 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 2 May 2024 11:05:37 +0200 Subject: Makefile: Add a coverage target --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57e8e18..0ae1ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # build output /eduvpn-common-cli /lib + +# coverage profile +/common.cov -- cgit v1.2.3