Skip to content

Commit 1d6d384

Browse files
mritunjayztargos
authored andcommitted
doc: correct link to test coverage command
PR-URL: #24049 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1541c7f commit 1d6d384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/writing-tests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ will depend on what is being tested if this is required or not.
414414
### Test Coverage
415415

416416
To generate a test coverage report, see the
417-
[Test Coverage section of the Pull Requests guide][].
417+
[Test Coverage section of the Building guide][].
418418

419419
[ASCII]: http://man7.org/linux/man-pages/man7/ascii.7.html
420420
[Google Test]: https://github.com/google/googletest
@@ -423,5 +423,5 @@ To generate a test coverage report, see the
423423
[all maintained branches]: https://github.com/nodejs/lts
424424
[node.green]: http://node.green/
425425
[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests
426-
[Test Coverage section of the Pull Requests guide]: https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#test-coverage
426+
[Test Coverage section of the Building guide]: https://github.com/nodejs/node/blob/master/BUILDING.md#running-coverage
427427
[directory structure overview]: https://github.com/nodejs/node/blob/master/test/README.md#test-directories

0 commit comments

Comments
 (0)