changes file for test coverage

This commit is contained in:
Nick Mathewson
2019-05-24 07:42:59 -04:00
parent 7893f2cd73
commit 6d9e47702f
+4
View File
@@ -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.