From 2ce7e31d2d6bf0e4d831e35563bcf90c68c39650 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Wed, 18 Oct 2023 09:27:50 -0400 Subject: [PATCH] docs: Add reference to total.coverage report --- doc/developer-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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