Skip to content

Commit

Permalink
docs: Add reference to total.coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Oct 18, 2023
1 parent 655dc71 commit 2ce7e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ce7e31

Please sign in to comment.