remove link to percentage-code coverage graph -- it's a pretty useless graph

[Imported from Trac: page Dev, version 59]
zooko 2008-12-05 16:05:00 +00:00
parent 17ba8e494c
commit db22aae996

1
Dev.md

@ -28,7 +28,6 @@ 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_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [allmydata]source:src/allmydata codebase is covered.
* [/../../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.
* [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)