From 15923028f83290d126ccbf143e44a46a047a5605 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 5 Dec 2008 16:05:28 +0000 Subject: [PATCH] update description of link to lines-uncovered graph [Imported from Trac: page Dev, version 60] --- Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index f74f3b8..abf3d32 100644 --- a/Dev.md +++ b/Dev.md @@ -28,7 +28,7 @@ Views into the process of Tahoe hackery. * [The darcs patch browser](http://allmydata.org/darcs.cgi/tahoe/?c=browse) allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". * [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests. * [/../../tahoe-figleaf Archived data] is also available. - * [/../../tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This one] measures the number of lines that are **not** covered, which gives better resolution than the percentage-wise graph. + * [/../../tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This graph] measures the number of lines that are **not** covered. * [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. * [How to Submit Patches](Patches)