mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: update coverage Makefile target comments
Update the comments for the `coverage` Makefile target.
- Source files under `lib` are no longer instrumented since
d1dee495db
- Fix the name of the related CI job.
PR-URL: https://github.com/nodejs/node/pull/39365
Refs: https://github.com/nodejs/node/pull/25157
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
74e319f210
commit
7959b6d8e9
9
Makefile
9
Makefile
@ -210,11 +210,10 @@ coverage-clean:
|
||||
-type f -exec $(RM) {} \;
|
||||
|
||||
.PHONY: coverage
|
||||
# Build and test with code coverage reporting. Leave the lib directory
|
||||
# instrumented for any additional runs the user may want to make.
|
||||
# For C++ coverage reporting, this needs to be run in conjunction with configure
|
||||
# --coverage. html coverage reports will be created under coverage/
|
||||
# Related CI job: node-test-commit-linux-coverage
|
||||
# Build and test with code coverage reporting. HTML coverage reports will be
|
||||
# created under coverage/. For C++ coverage reporting, this needs to be run
|
||||
# in conjunction with configure --coverage.
|
||||
# Related CI job: node-test-commit-linux-coverage-daily
|
||||
coverage: coverage-test ## Run the tests and generate a coverage report.
|
||||
|
||||
.PHONY: coverage-build
|
||||
|
Loading…
Reference in New Issue
Block a user