File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ tools :
2
+ external_code_coverage : true
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ before_script:
22
22
- php -S 0.0.0.0:8000 -t Tests/Functional/Fixtures/web/ &
23
23
- sleep 1
24
24
25
- script : phpunit --coverage-text
25
+ script : phpunit --coverage-clover=coverage.clover
26
+
27
+ after_script :
28
+ - wget https://scrutinizer-ci.com/ocular.phar
29
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 1
1
FOSHttpCacheBundle
2
2
==================
3
3
[ ![ Build Status] ( https://travis-ci.org/ddeboer/FOSHttpCacheBundle.png?branch=master )] ( https://travis-ci.org/ddeboer/FOSHttpCacheBundle )
4
+ [ ![ Scrutinizer Quality Score] ( https://scrutinizer-ci.com/g/ddeboer/FOSHttpCacheBundle/badges/quality-score.png?s=023c10bc7c04be6d779bc42884f61a8ad3b17146 )] ( https://scrutinizer-ci.com/g/ddeboer/FOSHttpCacheBundle/ )
5
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/ddeboer/FOSHttpCacheBundle/badges/coverage.png?s=f7424d7692b6125f36c9c29d7fd635b01d06c0df )] ( https://scrutinizer-ci.com/g/ddeboer/FOSHttpCacheBundle/ )
4
6
5
7
This is a work in progress to unite the LiipCacheControlBundle and
6
8
DriebitHttpCacheBundle into one good bundle. We
You can’t perform that action at this time.
0 commit comments