Skip to content

Commit 729e456

Browse files
committed
Update more tests.
1 parent 6745e74 commit 729e456

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
phpunit:
2626
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
2727
with:
28+
extensions: intl
2829
os: >-
2930
['ubuntu-latest', 'windows-latest']
3031
php: >-

.github/workflows/mutation.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
on:
2+
pull_request:
3+
paths-ignore:
4+
- 'docs/**'
5+
- 'README.md'
6+
- 'CHANGELOG.md'
7+
- '.gitignore'
8+
- '.gitattributes'
9+
- 'psalm.xml'
10+
11+
push:
12+
paths-ignore:
13+
- 'docs/**'
14+
- 'README.md'
15+
- 'CHANGELOG.md'
16+
- '.gitignore'
17+
- '.gitattributes'
18+
- 'psalm.xml'
19+
20+
name: mutation test
21+
22+
jobs:
23+
mutation:
24+
uses: php-forge/actions/.github/workflows/roave-infection.yml@main
25+
secrets:
26+
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
27+
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
28+
with:
29+
os: >-
30+
['ubuntu-latest']
31+
php: >-
32+
['8.1']

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<a href="https://codecov.io/gh/yii2-extensions/filepond" target="_blank">
2020
<img src="https://codecov.io/gh/yii2-extensions/filepond/branch/main/graph/badge.svg?token=MF0XUGVLYC" alt="Codecov">
2121
</a>
22+
<a href="https://dashboard.stryker-mutator.io/reports/github.com/yii2-extensions/filepond/main" target="_blank">
23+
<img src="https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyii2-extensions%2Ffilepond%2Fmain" alt="Infection">
24+
</a>
2225
<a href="https://github.com/yii2-extensions/filepond/actions/workflows/static.yml" target="_blank">
2326
<img src="https://github.com/yii2-extensions/gii/actions/workflows/static.yml/badge.svg" alt="PHPStan">
2427
</a>

0 commit comments

Comments
 (0)