Skip to content

chore(docs): update qlty badged in README #48

chore(docs): update qlty badged in README

chore(docs): update qlty badged in README #48

Workflow file for this run

name: Code coverage
on:
push:
branches:
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
extensions: mbstring, intl, json
coverage: pcov
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run unit tests
run: ./vendor/bin/phpunit
- name: Upload coverage report
uses: qltysh/qlty-action/coverage@v2
with:
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: build/clover.xml