Explorar el Código

changes file for test coverage

Nick Mathewson hace 6 años
padre
commit
6d9e47702f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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.