mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修复单元测试
This commit is contained in:
@@ -31,7 +31,7 @@ before_install:
|
||||
- psql -c 'create database test;' -U postgres
|
||||
|
||||
install:
|
||||
- ./thinkphp/tests/script/install.sh
|
||||
- ./tests/script/install.sh
|
||||
|
||||
script:
|
||||
## LINT
|
||||
@@ -43,7 +43,7 @@ script:
|
||||
## PHPLOC
|
||||
- vendor/bin/phploc --exclude vendor thinkphp
|
||||
## PHPUNIT
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml --configuration=thinkphp/phpunit.xml
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user