From: Nick Mathewson Date: Fri, 24 May 2019 11:42:59 +0000 (-0400) Subject: changes file for test coverage X-Git-Tag: tor-0.4.1.2-alpha~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d9e47702fe52b0817a593117a7f4a3eecf06ad7;p=thirdparty%2Ftor.git changes file for test coverage --- diff --git a/changes/ticket30519 b/changes/ticket30519 new file mode 100644 index 0000000000..efb25b9294 --- /dev/null +++ b/changes/ticket30519 @@ -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.