Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC][llvm-cov]: show supported options for each output format #90519

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sousajo-cc
Copy link
Contributor

@sousajo-cc sousajo-cc commented Apr 29, 2024

When looking into #85780 one can see:

  --format=<value>                   - Output format for line-based coverage reports
    =text                            -   Text output
    =html                            -   HTML output
    =lcov                            -   lcov tracefile output

with this patch at least looks clearer from the help what output format can be used.

fixes #85780 (hmmm sort-of, at least makes it better)

When looking into llvm#85780
one can see:
```
  --format=<value>                   - Output format for line-based coverage reports
    =text                            -   Text output
    =html                            -   HTML output
    =lcov                            -   lcov tracefile output
```

with this patch at least looks clearer from the help what
output format can be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

llvm-cov export --format=html is documented, but not implemented
1 participant