Skip to content

Commit d85bdb5

Browse files
committed
fix(README.md): add coverage badge
1 parent 94be148 commit d85bdb5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ angular-local-storage
33

44
An Angular module that gives you access to the browsers local storage, **v0.1.3**
55

6-
[![Build Status](https://secure.travis-ci.org/grevory/angular-local-storage.png?branch=master)](https://travis-ci.org/grevory/)
6+
[![Build Status](https://secure.travis-ci.org/grevory/angular-local-storage.png?branch=master)](https://travis-ci.org/grevory/) [![Coverage Status](https://img.shields.io/coveralls/grevory/angular-local-storage.svg)](https://coveralls.io/r/grevory/angular-local-storage?branch=master)
77

88
##Table of contents:
99
- [Get Started](#get-started)
10+
- [Development](#development)
1011
- [Configuration](#configuration)
1112
- [setPrefix](#setprefix)
1213
- [setStorageType](#setstoragetype)
@@ -319,19 +320,22 @@ myApp.controller('MainCtrl', function($scope, localStorageService) {
319320
Check out the full demo at http://gregpike.net/demos/angular-local-storage/demo.html
320321

321322
##Development:
323+
* Don't forget about tests.
324+
* If you planning add some feature please create issue before.
325+
322326
Clone the project:
323-
```bash
327+
```sh
324328
$ git clone https://github.com/<your-repo>/angular-local-storage.git
325329
$ npm install
326330
$ bower install
327331
```
328332
Run the tests:
329-
```bash
333+
```sh
330334
$ grunt test
331335
```
332336
**Deploy:**<br/>
333337
Run the build task, update version before(bower,package)
334-
```bash
338+
```sh
335339
$ grunt dist
336340
$ git tag 0.*.*
337341
$ git push origin master --tags

0 commit comments

Comments
 (0)