File tree 3 files changed +36
-0
lines changed
3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 25
25
phpunit :
26
26
uses : yiisoft/actions/.github/workflows/phpunit.yml@master
27
27
with :
28
+ extensions : intl
28
29
os : >-
29
30
['ubuntu-latest', 'windows-latest']
30
31
php : >-
Original file line number Diff line number Diff line change
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']
Original file line number Diff line number Diff line change 19
19
<a href="https://codecov.io/gh/yii2-extensions/filepond" target="_blank">
20
20
<img src="https://codecov.io/gh/yii2-extensions/filepond/branch/main/graph/badge.svg?token=MF0XUGVLYC" alt="Codecov">
21
21
</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>
22
25
<a href="https://github.com/yii2-extensions/filepond/actions/workflows/static.yml" target="_blank">
23
26
<img src="https://github.com/yii2-extensions/gii/actions/workflows/static.yml/badge.svg" alt="PHPStan">
24
27
</a>
You can’t perform that action at this time.
0 commit comments