Sfoglia il codice sorgente

changes file for test coverage

Nick Mathewson 6 anni fa
parent
commit
6d9e47702f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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.