diff --git a/build/config/aliases.yml b/build/config/aliases.yml index e7462e2..8398da8 100644 --- a/build/config/aliases.yml +++ b/build/config/aliases.yml @@ -14,6 +14,7 @@ test: - jshint:all - jscs:all - karma:core + - coveralls:core default: - deps diff --git a/build/config/coveralls.yml b/build/config/coveralls.yml new file mode 100644 index 0000000..4d08590 --- /dev/null +++ b/build/config/coveralls.yml @@ -0,0 +1,2 @@ +core: + src: "test/coverage/*/lcov.info" \ No newline at end of file diff --git a/package.json b/package.json index 3721f0c..f33b2d1 100644 --- a/package.json +++ b/package.json @@ -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",