Skip to content

Commit

Permalink
Update readme and add shrinkwrap file (#57)
Browse files Browse the repository at this point in the history
* add shrinkwrap

* add new gif to show of functionality

* increment version
  • Loading branch information
ryanluker authored May 7, 2017
1 parent 09c3b4f commit b7ab435
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.6.0
[Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/6?closed=1)
- added statusbar action button
- combined watch editors and watch lcov into one command
- added a remove watchers command
- refactored gutters to use dependency injection
- cleanup tests and add new ones

### 0.5.0
[Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/5?closed=1)
- added file watch and render feature
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![Build status](https://ci.appveyor.com/api/projects/status/8vb8t787frcqtrm7?svg=true)](https://ci.appveyor.com/project/ryanluker/vscode-coverage-gutters)

## Features
- lcov file watch option to keep tabs on your changing coverage
- watch editors and lcov feature activated via status bar button or command

![Coverage Gutters features options](images/coverage-gutters-features-1.gif)
![Coverage Gutters features watch](images/coverage-gutters-features-3.gif)

- lcov displayed in full, partial and uncovered options

Expand Down
Binary file removed images/coverage-gutters-features-1.gif
Binary file not shown.
Binary file added images/coverage-gutters-features-3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
294 changes: 294 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-coverage-gutters",
"displayName": "Coverage Gutters",
"description": "Display test coverage generated by lcov - works with many languages",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit b7ab435

Please sign in to comment.