mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -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,6 +57,9 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- php ./vendor/bin/phpunit --debug --verbose
|
- php ./vendor/bin/phpunit --debug --verbose
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://travis-ci.org/invoiceninja/invoiceninja)
|
[](https://travis-ci.org/invoiceninja/invoiceninja)
|
||||||
|
[](https://codecov.io/gh/invoiceninja/invoiceninja)
|
||||||
|
|
||||||
**Invoice Ninja v 5.0** is coming soon!
|
**Invoice Ninja v 5.0** is coming soon!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user