mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Code Coverage setup (#2418)
* add support for code coverage * Code coverage - Travis + Badge
This commit is contained in:
parent
5f3ac14d32
commit
9d68edb6b4
@ -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
|
||||
invoiceninja: SLraaKBDvjeRuRtY9o3Yvp1b
|
||||
|
@ -3,6 +3,7 @@
|
||||
</p>
|
||||
|
||||
[](https://travis-ci.org/invoiceninja/invoiceninja)
|
||||
[](https://codecov.io/gh/invoiceninja/invoiceninja)
|
||||
|
||||
**Invoice Ninja v 5.0** is coming soon!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user