]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for test coverage
authorNick Mathewson <nickm@torproject.org>
Fri, 24 May 2019 11:42:59 +0000 (07:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 May 2019 11:42:59 +0000 (07:42 -0400)
changes/ticket30519 [new file with mode: 0644]

diff --git a/changes/ticket30519 b/changes/ticket30519
new file mode 100644 (file)
index 0000000..efb25b9
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (testing):
+    - When running tests in coverage mode, take additional care to make
+      our coverage deterministic, so that we can accurately track changes in
+      code coverage. Closes ticket 30519.