Skip to content

Commit

Permalink
Code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dederobert committed Aug 26, 2017
1 parent b723733 commit d4e7aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
script:
- ./vendor/bin/phpcs -s
- ./vendor/bin/php-cs-fixer fix --diff --dry-run
- ./vendor/bin/phpunit --colors --coverage-text
- ./vendor/bin/phpunit --colors --coverage-text --coverage-clover build/logs/clover.xml

after_success:
- travis_retry php vendor/bin/coveralls
1 change: 1 addition & 0 deletions README.md
@@ -1,5 +1,6 @@
# DuskPHP
[![Build Status](https://travis-ci.org/Hovensoft/duskphp-core.svg?branch=master)](https://travis-ci.org/Hovensoft/duskphp-core)
[![Coverage Status](https://coveralls.io/repos/github/Hovensoft/duskphp-core/badge.svg?branch=master)](https://coveralls.io/github/Hovensoft/duskphp-core?branch=master)

A simple PHP framework build with _middleware pattern_

Expand Down

0 comments on commit d4e7aa7

Please sign in to comment.