Add badges and code coverage
This commit is contained in:
parent
f96431f8b0
commit
4f5bc217e7
@ -17,4 +17,10 @@ before_script:
|
||||
- composer install --dev --prefer-source
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-text
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||
|
||||
|
||||
# only send coverage for PHP 5.6
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
||||
|
11
README.md
11
README.md
@ -1,3 +1,14 @@
|
||||
# Daux.io
|
||||
|
||||
|
||||
[](https://github.com/onigoetz/daux.io/releases)
|
||||
[](https://github.com/onigoetz/daux.io/blob/master/LICENSE.md)
|
||||
[](https://travis-ci.org/onigoetz/daux.io)
|
||||
[](https://scrutinizer-ci.com/g/onigoetz/daux.io/code-structure)
|
||||
[](https://scrutinizer-ci.com/g/onigoetz/daux.io)
|
||||
[](https://packagist.org/packages/justinwalsh/daux.io)
|
||||
|
||||
|
||||
**Daux.io** is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
|
||||
|
||||
## Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user