diff --git a/.travis.yml b/.travis.yml index ab988304dcdf..1aeaba6f9fd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,9 +57,12 @@ before_script: script: - php ./vendor/bin/phpunit --debug --verbose +after_success: + - bash <(curl -s https://codecov.io/bash) + notifications: email: on_success: never on_failure: change slack: - invoiceninja: SLraaKBDvjeRuRtY9o3Yvp1b \ No newline at end of file + invoiceninja: SLraaKBDvjeRuRtY9o3Yvp1b diff --git a/README.md b/README.md index fb571ed60f0e..c971a02e3959 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

[![Build Status](https://travis-ci.org/invoiceninja/invoiceninja.svg?branch=v5.0)](https://travis-ci.org/invoiceninja/invoiceninja) +[![codecov](https://codecov.io/gh/invoiceninja/invoiceninja/branch/v5.0/graph/badge.svg)](https://codecov.io/gh/invoiceninja/invoiceninja) **Invoice Ninja v 5.0** is coming soon!