From bd9e0d92c0a097c42d7fbb2ab90fdd02e0290088 Mon Sep 17 00:00:00 2001 From: Tauwasser Date: Fri, 1 Jun 2018 01:39:55 +0200 Subject: Makefile: add coverage target and necessary python scripts Signed-off-by: Tauwasser --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82820fa..518c392 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,8 @@ shim.asm tools/scan_includes tools/pkmncompress tools/gfx +tools/*.pyc build/ + +coverage.png +coverage.stats -- cgit v1.2.3 From 3f86bca093910dea3ee0e92e6b533b1b580e2685 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 31 May 2018 23:53:32 -0400 Subject: Alternate bank colors green and red in coverage.png --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 518c392..cebd703 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ tools/*.pyc build/ coverage.png -coverage.stats +coverage.log -- cgit v1.2.3