Skip to content

Commit 2ce7e31

Browse files
committed
docs: Add reference to total.coverage report
1 parent 655dc71 commit 2ce7e31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/developer-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,9 @@ To enable LCOV report generation during test runs:
488488
make
489489
make cov
490490

491-
# A coverage report will now be accessible at `./test_bitcoin.coverage/index.html`.
491+
# A coverage report will now be accessible at `./test_bitcoin.coverage/index.html`,
492+
# which covers unit tests, and `./total.coverage/index.html`, which covers
493+
# unit and functional tests.
492494
```
493495

494496
### Performance profiling with perf

0 commit comments

Comments
 (0)