[docs] Add instructions for lcov report generation#11680
Merged
jonasschnelli merged 1 commit intobitcoin:masterfrom Nov 15, 2017
Merged
[docs] Add instructions for lcov report generation#11680jonasschnelli merged 1 commit intobitcoin:masterfrom
jonasschnelli merged 1 commit intobitcoin:masterfrom
Conversation
promag
reviewed
Nov 14, 2017
doc/developer-notes.md
Outdated
doc/developer-notes.md
Outdated
doc/developer-notes.md
Outdated
Contributor
There was a problem hiding this comment.
Remove comment? Just say lcov must be available/installed above.
doc/developer-notes.md
Outdated
Member
|
utACK 1e9b9923b532219dc8002791b3fda0616ae5806d |
Member
|
utACK after nits addressed |
Contributor
Author
|
@promag feedback incorporated; thanks. |
Member
|
utACK 5ff01c2 |
Contributor
|
Thanks. |
jonasschnelli
added a commit
that referenced
this pull request
Nov 15, 2017
5ff01c2 [docs] Add instructions for lcov coverage report generation (James O'Beirne) Pull request description: After rediscovering the `lcov` report generation recipe one too many times, it seemed prudent to write some doc. Tree-SHA512: 20e1b5f51ecd39e14bd67986a2c1578fb7da03a50625366eaca35b201db66aef99cd4a5456df3aaca5d2d66b18ed7d2e8eb8f3bd9c7aaf9af48164d9bac38931
promag
reviewed
Nov 15, 2017
| make | ||
| make cov | ||
|
|
||
| # A coverage report will now be accessible at `./test_bitcoin.coverage/index.html`. |
Contributor
There was a problem hiding this comment.
Nit, could be out of code block.
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jan 29, 2020
5ff01c2 [docs] Add instructions for lcov coverage report generation (James O'Beirne) Pull request description: After rediscovering the `lcov` report generation recipe one too many times, it seemed prudent to write some doc. Tree-SHA512: 20e1b5f51ecd39e14bd67986a2c1578fb7da03a50625366eaca35b201db66aef99cd4a5456df3aaca5d2d66b18ed7d2e8eb8f3bd9c7aaf9af48164d9bac38931
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After rediscovering the
lcovreport generation recipe one too many times, it seemed prudent to write some doc.