tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 6d9e47702fe52b0817a593117a7f4a3eecf06ad7
parent 7893f2cd73310aaf20283f72dc05167a23584ac6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 24 May 2019 07:42:59 -0400

changes file for test coverage

Diffstat:
Achanges/ticket30519 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30519 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.