-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Added examples of coverage reports #656
Conversation
Changes Unknown when pulling d0e3914 on d4nyll:patch-1 into ** on istanbuljs:master**. |
README.md
Outdated
|
||
```bash | ||
nyc report --reporter=lcov | ||
``` | ||
|
||
You can also view a [list of sample output of the different reporters](https://gist.github.com/d4nyll/6056ce74808d19899de50aaa92ab44a4). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than linking to a gist, perhaps add a page to the website: https://github.com/istanbuljs/istanbuljs.github.io
Other than that just a minor edit:
"You can find examples of the output for various reporters here"
@d4nyll do my comments make sense, would love to land this; I could also be convinced to land the gist, but I think placing the info on |
Hey, yep it makes sense, just didn't have time to change |
Points to the new Using Alternative Reporters page
Changes Unknown when pulling d459677 on d4nyll:patch-1 into ** on istanbuljs:master**. |
2 similar comments
Changes Unknown when pulling d459677 on d4nyll:patch-1 into ** on istanbuljs:master**. |
Changes Unknown when pulling d459677 on d4nyll:patch-1 into ** on istanbuljs:master**. |
Appveyor check failed, but not sure if that's related to this. I've already updated to the latest commit on |
|
||
```bash | ||
nyc report --reporter=lcov | ||
``` | ||
|
||
You can find examples of the output for various reporters [here](https://istanbul.js.org/docs/advanced/instrument/alternative-reporters). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link should be: https://istanbul.js.org/docs/advanced/alternative-reporters/
once this is fixed we can land things, thanks for your updates to the docs 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh silly me! I'll fix it straight away.
@d4nyll thank you for the contribution 👍 |
No description provided.