-
Notifications
You must be signed in to change notification settings - Fork 90
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
docs(QUICKSTART.md): created QUICKSTART.md #369
Conversation
@vxdguy Excellent work and documentation on this! |
|
||
* *Coverage Gutters* supports LCOV, CLOVER, COBERTURA, and JACOCO coverage files | ||
|
||
* Generation of the coverage file is language specific and is beyond the scope of this extension. |
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.
Maybe mention after this that they could look at the examples for scenarios on how to generate the coverage files.
https://github.com/ryanluker/vscode-coverage-gutters/tree/master/example/ruby#ruby
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.
Just some minor tweaks but looking really great so far!
@@ -0,0 +1,258 @@ | |||
|
|||
# Quickstart for VSCODE-CODE-COVERAGE |
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.
We should link this document from the readme that is exposed on the vscode marketplace. (https://github.com/ryanluker/vscode-coverage-gutters/blob/master/README.md)
Is something missing here? Or why was this not merged as far as I can see? |
@EagleoutIce Hmm after checking nothing was springing to mind, so I will go ahead and merge this! |
@vxdguy Thanks for the contribution! |
Created QUICKSTART.md -- a starting point for someone new to this extension.