File tree Expand file tree Collapse file tree 3 files changed +4
-39
lines changed Expand file tree Collapse file tree 3 files changed +4
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ script:
66
66
67
67
after_script :
68
68
- rm -Rf config/application.config.php
69
- - if [[ $TEST_COVERAGE == 'true' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
70
- - if [[ $TEST_COVERAGE == 'true' ]]; then php ocular.phar code-coverage:upload --format=php-clover ./build/clover.xml; fi
69
+
70
+ after_success :
71
+ - if [[ $TEST_COVERAGE == 'true' ]]; then bash <(curl -s https://codecov.io/bash) -f ./build/clover.xml; fi
71
72
Original file line number Diff line number Diff line change 1
1
# Doctrine 2 ORM Module for Laminas
2
2
3
- [ ![ Master branch build status] ( https://secure.travis-ci.org/doctrine/DoctrineORMModule.png?branch=master )] ( http://travis-ci.org/doctrine/DoctrineORMModule ) [ ![ Scrutinizer Quality Score ] ( https://scrutinizer-ci.com/g /doctrine/DoctrineORMModule/badges/quality-score.png?s=1e2a047fb1bb0f66937bcbc3a61f960c8089c835 )] ( https://scrutinizer-ci.com/g/doctrine/DoctrineORMModule/ ) [ ![ Code Coverage ] ( https://scrutinizer-ci.com/g /doctrine/DoctrineORMModule/badges/coverage.png?s=377656ded5ffaaf4635acfb26729caa212fb5d76 )] ( https://scrutinizer-ci.com/g/doctrine/DoctrineORMModule/ ) [ ![ Latest Stable Version] ( https://poser.pugx.org/doctrine/doctrine-orm-module/v/stable.png )] ( https://packagist.org/packages/doctrine/doctrine-orm-module ) [ ![ Total Downloads] ( https://poser.pugx.org/doctrine/doctrine-orm-module/downloads.png )] ( https://packagist.org/packages/doctrine/doctrine-orm-module )
3
+ [ ![ Master branch build status] ( https://secure.travis-ci.org/doctrine/DoctrineORMModule.png?branch=master )] ( http://travis-ci.org/doctrine/DoctrineORMModule ) [ ![ Code Coverage ] ( https://codecov.io/gh /doctrine/DoctrineORMModule/branch/master/graph/badge.svg ) ]( https://codecov.io/gh /doctrine/DoctrineORMModule/branch/master ) [ ![ Latest Stable Version] ( https://poser.pugx.org/doctrine/doctrine-orm-module/v/stable.png )] ( https://packagist.org/packages/doctrine/doctrine-orm-module ) [ ![ Total Downloads] ( https://poser.pugx.org/doctrine/doctrine-orm-module/downloads.png )] ( https://packagist.org/packages/doctrine/doctrine-orm-module )
4
4
5
5
DoctrineORMModule integrates Doctrine 2 ORM with Laminas quickly and easily.
6
6
You can’t perform that action at this time.
0 commit comments