Skip to content

Commit 70d0694

Browse files
committed
Merge branch 'main' into indexing-lock
2 parents 827563c + 79ddf6e commit 70d0694

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
target: 90%

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
1717
laravel: [9.*]
18-
elasticsearch: ["7.17.0"]
18+
elasticsearch: ["7.17.4"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 9.*
@@ -43,7 +43,7 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: ${{ matrix.php }}
46-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
46+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo,xml, sqlite
4747
coverage: xdebug
4848

4949
- name: Setup problem matchers
@@ -57,7 +57,7 @@ jobs:
5757
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5858
5959
- name: Execute tests
60-
run: composer run test-coverage -- --coverage-text
60+
run: composer run test-github
6161

6262
- uses: codecov/codecov-action@v1
6363
with:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"scripts": {
5151
"analyse": "vendor/bin/phpstan analyse",
5252
"test": "vendor/bin/pest",
53+
"test-github": "vendor/bin/phpunit --coverage-text",
5354
"test-coverage": "vendor/bin/pest --coverage",
5455
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
5556
"code-swift": "docker exec -it --user=laradock -w /var/www/$(git rev-parse --show-toplevel | xargs basename | cat) $(docker ps -q --filter name=laradock_workspace-8.0_) zsh"

0 commit comments

Comments
 (0)