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

Commit

Permalink
chore(CONTRIBUTING): Add coverage information
Browse files Browse the repository at this point in the history
Add information on how to generate coverage reports.
  • Loading branch information
mbenford committed Dec 28, 2013
1 parent ba7af4c commit 4f7ccca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ That performs all tasks needed to produce the final JavaScript and CSS files. Af

While coding you can execute `grunt test` to run the tests or `grunt watch` to run them automatically every time the source code files change. You can use `karma start` as well, of course.

You can also generate the code coverage report by running `grunt coverage`. This may help you be sure nothing is left untested.

# Guidelines

Even though ngTagsInput isn't a big project, there are a few guidelines I'd like you to follow so everything remains organized and consistent.
Expand Down

0 comments on commit 4f7ccca

Please sign in to comment.