File tree Expand file tree Collapse file tree 5 files changed +8
-46
lines changed Expand file tree Collapse file tree 5 files changed +8
-46
lines changed Original file line number Diff line number Diff line change 19
19
config :
20
20
ruleset : phpmd.xml.dist
21
21
external_code_coverage :
22
- enabled : true
22
+ enabled : false
23
23
timeout : 1200
24
24
php_cpd : true
25
25
# php_sim: # Temporarily disabled to allow focus on things other than duplicates
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ script:
54
54
# # PHPDocumentor
55
55
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpdoc -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig" ; fi
56
56
57
- after_script :
58
- # # PHPDocumentor
59
- - bash .travis_shell_after_success.sh
60
- # # Scrutinizer
61
- - if [ -n "$COVERAGE" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml ; fi
57
+ after_success :
58
+ # # Coveralls
59
+ - if [ -n "$COVERAGE" ]; then travis_retry php vendor/bin/php-coveralls -v ; fi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ v0.15.0 (?? ??? 2018)
40
40
- Remove zend-stdlib dependency @Trainmaster #1284
41
41
- The default unit for ` \PhpOffice\PhpWord\Style\Image ` changed from ` px ` to ` pt ` .
42
42
43
+ ### Miscelaneous
44
+ - Drop GitHub pages, switch to coveralls for code coverage analysis @czosel #1360
43
45
44
46
v0.14.0 (29 Dec 2017)
45
47
----------------------
Original file line number Diff line number Diff line change 72
72
"phploc/phploc" : " 2.* || 3.* || 4.*" ,
73
73
"dompdf/dompdf" :" 0.8.*" ,
74
74
"tecnickcom/tcpdf" : " 6.*" ,
75
- "mpdf/mpdf" : " 5.* || 6.* || 7.*"
75
+ "mpdf/mpdf" : " 5.* || 6.* || 7.*" ,
76
+ "php-coveralls/php-coveralls" : " 1.1.0 || ^2.0"
76
77
},
77
78
"suggest" : {
78
79
"ext-zip" : " Allows writing OOXML and ODF" ,
You can’t perform that action at this time.
0 commit comments