File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 24
24
database_image : " mariadb:10"
25
25
coverage : false
26
26
experimental : false
27
+ - mediawiki_version : ' 1.40'
28
+ smw_version : dev-master
29
+ php_version : 8.1
30
+ database_type : mysql
31
+ database_image : " mariadb:10"
32
+ coverage : true
33
+ experimental : false
27
34
28
35
env :
29
36
MW_VERSION : ${{ matrix.mediawiki_version }}
Original file line number Diff line number Diff line change
1
+ fixes :
2
+ - " /var/www/html/extensions/SemanticWatchlist/::"
Original file line number Diff line number Diff line change 43
43
"test" : [
44
44
" @phpunit"
45
45
],
46
- "phpunit" : " php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist"
46
+ "test-coverage" : [
47
+ " @phpunit-coverage"
48
+ ],
49
+ "phpunit" : " php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist" ,
50
+ "phpunit-coverage" : " php ${MW_INSTALL_PATH:-../..}/tests/phpunit/phpunit.php -c phpunit.xml.dist --testdox --coverage-text --coverage-html coverage/php --coverage-clover coverage/php/coverage.xml"
47
51
}
48
52
}
You can’t perform that action at this time.
0 commit comments