Skip to content

fix Scrutinizer code coverage #5

fix Scrutinizer code coverage

fix Scrutinizer code coverage #5

Workflow file for this run

on: push
jobs:
run:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run: composer install
- run: php vendor/bin/php-cs-fixer fix --dry-run -v
- run: composer test
- if: ${{ always() }}
run: php vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage.xml