mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
Merge bitcoin/bitcoin#28673: docs: Add reference to total.coverage report
2ce7e31d2d
docs: Add reference to total.coverage report (Greg Sanders) Pull request description: I couldn't get fuzz coverage to work, so couldn't verify what it would look like if made. ACKs for top commit: darosior: ACK2ce7e31d2d
dergoegge: ACK2ce7e31d2d
Tree-SHA512: c773ef28f7cc630cb094740805c0d235255e7b0559ac7fed4e8952ade4005335f3787bdd2f8786979e341e914b41c4f3eef02bb4773b15f92d618f1040f53c54
This commit is contained in:
commit
106ab20f12
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue