From 5c990d2a35fafbef88e542cf89eaa0c3c9833bfc Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 3 Jul 2017 15:08:10 -0700 Subject: [PATCH] Code coverage: Collect test coverage for the protocol layer Because we were only doing a partial instrumentation run prior to this change, un-instrumented code had references to un-instrumented code (because Blanket's instrumentation re-runs the code once it is instrumented, updating the window.NAME reference). A big part of this was that libtextsecure was not instrumented. And for good reason; it takes a long time to load and run, especially when instrumented. But without covering it, we'll have an incomplete view of our code coverage. So, all coverage collection remains off by default. FREEBIE --- test/index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/test/index.html b/test/index.html index 676bd198d..01b579865 100644 --- a/test/index.html +++ b/test/index.html @@ -546,30 +546,33 @@ - - - - - - - - + + + + + + + + + + - - - - - + + + + + - + @@ -626,10 +629,7 @@ - - - - +