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

Commit

Permalink
chore(coverage): submit data to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Jun 15, 2014
1 parent dba2545 commit 22a4273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/config/aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test:
- jshint:all
- jscs:all
- karma:core
- coveralls:core

default:
- deps
Expand Down
2 changes: 2 additions & 0 deletions build/config/coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
core:
src: "test/coverage/*/lcov.info"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"bower": "~1.3.2",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-angular-templates": "~0.5.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-angular-templates": "~0.5.5",
"grunt-coveralls": "~0.3.0",
"grunt-jscs-checker": "~0.4.1",
"grunt-karma": "~0.8.2",
"grunt-swig2": "~0.1.1",
Expand Down

0 comments on commit 22a4273

Please sign in to comment.