diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 3c3f612053d..322fa987aea 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -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