summaryrefslogtreecommitdiff
path: root/tests/coverage/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/README')
-rw-r--r--tests/coverage/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/coverage/README b/tests/coverage/README
deleted file mode 100644
index 36abe184..00000000
--- a/tests/coverage/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Used to produce coverage reports from the automated tests
-via jscoverage (http://siliconforks.com/jscoverage/).
-
-You'll need to install jscoverage first.
-You'll also need Google Chrome.
-
-Then:
-
-$ cd tests/test-coverage
-$ ./instrument.sh
-
-See the Summary tab for the coverage report.
-
-This is only tested on Linux.