Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
doc: add coveralls and test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre CLEMENT committed Feb 4, 2016
1 parent b486e49 commit 42a1bb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
node_modules
node_modules
coverage
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generator-ping [![npm version](https://badge.fury.io/js/generator-ping.svg)](https://badge.fury.io/js/generator-ping) [![Build Status](https://travis-ci.org/pierrecle/generator-ping.svg?branch=master)](https://travis-ci.org/pierrecle/generator-ping)
# generator-ping [![npm version](https://badge.fury.io/js/generator-ping.svg)](https://badge.fury.io/js/generator-ping) [![Build Status](https://travis-ci.org/pierrecle/generator-ping.svg?branch=master)](https://travis-ci.org/pierrecle/generator-ping) [![Coverage Status](https://coveralls.io/repos/github/pierrecle/generator-ping/badge.svg?branch=master)](https://coveralls.io/github/pierrecle/generator-ping?branch=master)

Yeoman generator to bootstrap AngularJs component oriented application, flavored with Typescript and other stuff.

Expand Down Expand Up @@ -67,4 +67,12 @@ See just below what the generator do to your IDE.
* tab size set to 2
* some files are excluded from the project tree
* the `test` task with problem matcher is configured to run `default` gulp task and match Karma errors
* the `build` task is configured to run `build` gulp task
* the `build` task is configured to run `build` gulp task

## Dev notes

To run the tests, simply install `mocha` globally and run:

```sh
mocha
```

0 comments on commit 42a1bb6

Please sign in to comment.