Browse Source

changes file for test coverage

Nick Mathewson 6 years ago
parent
commit
6d9e47702f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/ticket30519

+ 4 - 0
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.