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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Extension for handling [Coverlet](https://github.com/tonerdo/coverlet) reports o
16
16
17
17
- Run `Coverlet Strip` on an opened `coverlet.json` report file to strip it from everything that is already tested.
18
18
19
-
- Run `Coverlet Filecheck` on an opened C# class file to open a coverlet report with reports for only that file.
19
+
- Run `Coverlet Filecheck` on an opened C# class file to show the existing report contents regarding the file. Alternatively, you can right-click the file on vscode explorer and run the filecheck command. The result will show both tested and untested lines for the file.
20
20
21
21
## Debugging the extension source
22
22
@@ -30,15 +30,17 @@ Extension for handling [Coverlet](https://github.com/tonerdo/coverlet) reports o
30
30
31
31
- A test instance of vscode loaded with the extension will appear
32
32
33
+
- Extra: you can also run unit tests for the extension by executing `npm test` on terminal
34
+
33
35
## Release Notes
34
36
35
37
### 1.1.0
36
38
37
-
- Added `Filecheck` command
39
+
- Added Filecheck command
38
40
39
41
### 1.0.1
40
42
41
-
-Fix bug that leaves null values while removing some branches
43
+
-Fixed bug that leaved null values while removing some branches
0 commit comments