From a1788de0a42c81cc98f56c05f6883bbea2505810 Mon Sep 17 00:00:00 2001 From: Tariq Ramlall Date: Sun, 26 May 2019 21:54:57 -0400 Subject: [PATCH] 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 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat --- doc/guides/writing-tests.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md index 7b1d168d85b2ff..b4d05e2811b254 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