You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display test coverage generated by lcov or xml in your editor.
6
3
7
4
## 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!
**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.
27
26
28
27
**Display** (activated via command palette or shortcut key):
29
28
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.
43
42
-[DotNet](example/dotnet)
44
43
45
44
## 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).
47
46
48
47
## Requirements
49
48
- vscode 1.27.0 and up
@@ -64,6 +63,11 @@ See extension setting options in IDE.
64
63
## Contribution Guidelines
65
64
### [Guidelines](/CONTRIBUTING.md)
66
65
66
+
## About Me
67
+
If you are interested in what else I work on, checkout my website or github profile!
<div>Icon made by <ahref="http://www.flaticon.com/authors/dave-gandy"title="Dave Gandy">Dave Gandy</a> from <ahref="http://www.flaticon.com"title="Flaticon">www.flaticon.com</a> is licensed by <ahref="http://creativecommons.org/licenses/by/3.0/"title="Creative Commons BY 3.0"target="_blank">CC 3.0 BY</a></div>
0 commit comments