We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655dc71 commit 2ce7e31Copy full SHA for 2ce7e31
doc/developer-notes.md
@@ -488,7 +488,9 @@ To enable LCOV report generation during test runs:
488
make
489
make cov
490
491
-# 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`,
492
+# which covers unit tests, and `./total.coverage/index.html`, which covers
493
+# unit and functional tests.
494
```
495
496
### Performance profiling with perf
0 commit comments