README.md in carrasco-0.1.5 vs README.md in carrasco-0.1.6
- old
+ new
@@ -1,11 +1,11 @@
# Carrasco
Heartless and easy script execution
[![Build Status](https://travis-ci.org/mjacobus/carrasco.svg)](https://travis-ci.org/mjacobus/carrasco)
-[![Code Coverage](https://scrutinizer-ci.com/g/mjacobus/carrasco/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mjacobus/carrasco/?branch=master)
+[![Coverage Status](https://coveralls.io/repos/mjacobus/carrasco/badge.svg?branch=master&service=github)](https://coveralls.io/github/mjacobus/carrasco?branch=master)
[![Code Climate](https://codeclimate.com/github/mjacobus/carrasco/badges/gpa.svg)](https://codeclimate.com/github/mjacobus/carrasco)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mjacobus/carrasco/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mjacobus/carrasco/?branch=master)
[![Dependency Status](https://gemnasium.com/mjacobus/carrasco.svg)](https://gemnasium.com/mjacobus/carrasco)
[![Gem Version](https://badge.fury.io/rb/carrasco.svg)](https://badge.fury.io/rb/carrasco)
@@ -47,11 +47,16 @@
command: rm -rf ./app/cache
# to be implemented
groups:
qa:
- - test
- - phpunit
+ description: Runs qa tools
+ # if you want phpunit to run even if the test task fails
+ # defaults to true
+ break_on_failure: false
+ commands:
+ - test
+ - phpunit
```
You can execute:
```bash