From 020715c8e7cb1921328fa5c1d01c561dfff762e2 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 11 Feb 2009 18:09:13 -0700
Subject: [PATCH] Makefile: include the figleaf pickle in the uploaded coverage
 data, for later differential analysis

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 92ced4c6..3671ad1f 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ $(error COVERAGEDIR must be set when using UPLOAD_TARGET)
 endif
 
 upload-figleaf:
+	cp .figleaf coverage-html/figleaf.pickle
 	rsync -a coverage-html/ $(UPLOAD_TARGET)
 	ssh $(UPLOAD_HOST) make update-tahoe-figleaf COVERAGEDIR=$(COVERAGEDIR)
 else
-- 
2.45.2