summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorTariq Ramlall <srcmake@gmail.com>2019-05-26 21:54:57 -0400
committerRich Trott <rtrott@gmail.com>2019-05-30 08:37:51 +0200
commit18be28892f233582e209d1ce414dd5fe7ab566f2 (patch)
tree205e72e0b5a9b9015b9cfb59a6d3390828fd9b34 /doc/guides
parent5026db142ab5d07c7144dfb272512d3388476a77 (diff)
downloadandroid-node-v8-18be28892f233582e209d1ce414dd5fe7ab566f2.tar.gz
android-node-v8-18be28892f233582e209d1ce414dd5fe7ab566f2.tar.bz2
android-node-v8-18be28892f233582e209d1ce414dd5fe7ab566f2.zip
doc: adds link to nightly code coverage report
Adds a link to the nightly test code coverage report page to the writing-tests.md documentation. PR-URL: https://github.com/nodejs/node/pull/27922 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/writing-tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index 7b1d168d85..b4d05e2811 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -424,6 +424,9 @@ will depend on what is being tested if this is required or not.
To generate a test coverage report, see the
[Test Coverage section of the Building guide][].
+Nightly coverage reports for the Node.js master branch are available at
+https://coverage.nodejs.org/.
+
[ASCII]: http://man7.org/linux/man-pages/man7/ascii.7.html
[Google Test]: https://github.com/google/googletest
[`common` module]: https://github.com/nodejs/node/blob/master/test/common/README.md