summaryrefslogtreecommitdiff
path: root/changes/coverage
diff options
context:
space:
mode:
Diffstat (limited to 'changes/coverage')
-rw-r--r--changes/coverage6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/coverage b/changes/coverage
new file mode 100644
index 0000000000..bb7c7cf97a
--- /dev/null
+++ b/changes/coverage
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Remove assertions during builds to determine Tor's test coverage.
+ We don't want to trigger these even in assertions, so including
+ them artificially makes our branch coverage look worse than it is.
+ This patch provides the new test-stem-full and coverage-html-full
+ configure options. Implements ticket 15400.