Skip to content

test: enforce JavaScript coverage gates, extend mutation coverage to … #187

test: enforce JavaScript coverage gates, extend mutation coverage to …

test: enforce JavaScript coverage gates, extend mutation coverage to … #187

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: build
permissions:
contents: read
jobs:
phpunit:
uses: yii2-framework/actions/.github/workflows/phpunit.yml@670b6444a11798dc2b38f2563dbbcef063dfc0ab # v2.0.1
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
concurrency-group: phpunit-${{ github.workflow }}-${{ github.ref }}
extensions: intl, mbstring
php-version: '["8.3","8.4","8.5"]'