1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

docs: Add reference to total.coverage report

This commit is contained in:
Greg Sanders 2023-10-18 09:27:50 -04:00
parent 655dc716aa
commit 2ce7e31d2d

View File

@ -488,7 +488,9 @@ To enable LCOV report generation during test runs:
make
make cov
# A coverage report will now be accessible at `./test_bitcoin.coverage/index.html`.
# A coverage report will now be accessible at `./test_bitcoin.coverage/index.html`,
# which covers unit tests, and `./total.coverage/index.html`, which covers
# unit and functional tests.
```
### Performance profiling with perf