Skip to content

Removed "orklah/psalm-*" plugins. #9

Removed "orklah/psalm-*" plugins.

Removed "orklah/psalm-*" plugins. #9

Workflow file for this run

name: PHPUnit
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: xdebug
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run PHPUnit
run: vendor/bin/phpunit --no-progress --coverage-clover ./clover.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: 'laurentmuller/HighchartsBundle'
disable_search: true
file: ./clover.xml