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

Commit 22a4273

Browse files
author
Gustavo Henke
committed
chore(coverage): submit data to coveralls.io
1 parent dba2545 commit 22a4273

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build/config/aliases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test:
1414
- jshint:all
1515
- jscs:all
1616
- karma:core
17+
- coveralls:core
1718

1819
default:
1920
- deps

build/config/coveralls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
core:
2+
src: "test/coverage/*/lcov.info"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
"bower": "~1.3.2",
1414
"grunt": "~0.4.2",
1515
"grunt-cli": "~0.1.13",
16+
"grunt-angular-templates": "~0.5.5",
1617
"grunt-contrib-concat": "~0.4.0",
1718
"grunt-contrib-connect": "~0.7.1",
1819
"grunt-contrib-copy": "~0.5.0",
1920
"grunt-contrib-jshint": "~0.10.0",
2021
"grunt-contrib-less": "~0.11.0",
2122
"grunt-contrib-watch": "~0.5.3",
22-
"grunt-angular-templates": "~0.5.5",
23+
"grunt-coveralls": "~0.3.0",
2324
"grunt-jscs-checker": "~0.4.1",
2425
"grunt-karma": "~0.8.2",
2526
"grunt-swig2": "~0.1.1",

0 commit comments

Comments
 (0)