Skip to content

Commit 37e0b94

Browse files
authored
Cleanup readme
1 parent 1b7414f commit 37e0b94

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# coverage-gutters
2-
[![Version](https://vsmarketplacebadge.apphb.com/version/ryanluker.vscode-coverage-gutters.svg)](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters)
3-
[![Installs](https://vsmarketplacebadge.apphb.com/installs/ryanluker.vscode-coverage-gutters.svg)](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters)
4-
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/ryanluker.vscode-coverage-gutters.svg)](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters)
5-
[![Sponsor](https://img.shields.io/github/sponsors/ryanluker)](https://github.com/sponsors/ryanluker)
2+
Display test coverage generated by lcov or xml in your editor.
63

74
## Call for Maintainers
8-
Looking for helpful people to assist with bugs, new features or performance improvements. The project has a full suite of tests and code linting, making it very new contributor friendly. Take a look at some of the open github issues and see if any catch your eye!
5+
Looking for helpful people to assist with bugs, new features or performance improvements.
6+
The project has a full suite of tests and code linting, making it very new contributor friendly.
7+
Take a look at some of the open github issues and see if any catch your eye!
98
https://github.com/ryanluker/vscode-coverage-gutters/issues
109

1110
## Features
1211
![Coverage Gutters features watch](promo_images/coverage-gutters-features-1.gif)
1312

14-
- Supports any language as long as you can generate an lcov style coverage file
13+
- Supports any language as long as you can generate a lcov style coverage file
1514
- Extensive logging and insight into operations via the output logs
1615
- Multi coverage file support for both xml and lcov
1716
- Coverage caching layer makes for speedy rendering even in large files
@@ -23,7 +22,7 @@ https://github.com/ryanluker/vscode-coverage-gutters/issues
2322

2423
## Common Commands
2524
**Watch** (activated via command palette or shortcut icon on the status bar):
26-
Activating watch allows the extension to keep track of coverage changes and update it's cache. It also will automatically apply coverage to a file if some exists.
25+
Activating watch allows the extension to keep track of coverage changes and update its cache. It also will automatically apply coverage to a file if some exists.
2726

2827
**Display** (activated via command palette or shortcut key):
2928
Displays coverage for the current activated file only, does not update if the coverage files change.
@@ -43,7 +42,7 @@ See [examples directory](example) on how to setup a project.
4342
- [DotNet](example/dotnet)
4443

4544
## Tips and Tricks
46-
**Using Breakpoints**: Currently to both use the extension and code debugging breakpoints you need to disable the gutter coverage and enable the line coverage via the settings ( `coverage-gutters.showGutterCoverage` and `coverage-gutters.showLineCoverage` respectively).
45+
**Using Breakpoints**: Currently to both use the extension and code debugging breakpoints, you need to disable the gutter coverage and enable the line coverage via the settings ( `coverage-gutters.showGutterCoverage` and `coverage-gutters.showLineCoverage` respectively).
4746

4847
## Requirements
4948
- vscode 1.27.0 and up
@@ -64,6 +63,11 @@ See extension setting options in IDE.
6463
## Contribution Guidelines
6564
### [Guidelines](/CONTRIBUTING.md)
6665

66+
## About Me
67+
If you are interested in what else I work on, checkout my website or github profile!
68+
https://luker.dev
69+
https://github.com/ryanluker
70+
6771
-----------------------------------------------------------------------------------------------------------
6872

6973
<div>Icon made by <a href="http://www.flaticon.com/authors/dave-gandy" title="Dave Gandy">Dave Gandy</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>

0 commit comments

Comments
 (0)