mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
docs: Add reference to total.coverage report
This commit is contained in:
parent
655dc716aa
commit
2ce7e31d2d
1 changed files with 3 additions and 1 deletions
|
@ -488,7 +488,9 @@ To enable LCOV report generation during test runs:
|
||||||
make
|
make
|
||||||
make cov
|
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
|
### Performance profiling with perf
|
||||||
|
|
Loading…
Add table
Reference in a new issue