File tree Expand file tree Collapse file tree 4 files changed +4
-42
lines changed Expand file tree Collapse file tree 4 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 26
26
/.editorconfig export-ignore
27
27
/.gitattributes export-ignore
28
28
/.gitignore export-ignore
29
- /.scrutinizer.yml export-ignore
30
29
/phpunit.xml.dist export-ignore
31
30
/tests export-ignore
32
31
/docs export-ignore
Original file line number Diff line number Diff line change 10
10
- ' psalm.xml'
11
11
12
12
push :
13
+ branches : ['master']
13
14
paths-ignore :
14
15
- ' docs/**'
15
16
- ' README.md'
@@ -24,6 +25,8 @@ name: build
24
25
jobs :
25
26
phpunit :
26
27
uses : yiisoft/actions/.github/workflows/phpunit.yml@master
28
+ secrets :
29
+ codecovToken : ${{ secrets.CODECOV_TOKEN }}
27
30
with :
28
31
extensions : apcu
29
32
ini-values : date.timezone='UTC', apc.enable=1, apc.enable_cli=1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
[ ![ Latest Stable Version] ( https://poser.pugx.org/yiisoft/cache-apcu/v/stable.png )] ( https://packagist.org/packages/yiisoft/cache-apcu )
10
10
[ ![ Total Downloads] ( https://poser.pugx.org/yiisoft/cache-apcu/downloads.png )] ( https://packagist.org/packages/yiisoft/cache-apcu )
11
11
[ ![ Build status] ( https://github.com/yiisoft/cache-apcu/workflows/build/badge.svg )] ( https://github.com/yiisoft/cache-apcu/actions?query=workflow%3Abuild )
12
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yiisoft/cache-apcu/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yiisoft/cache-apcu/?branch=master )
13
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/yiisoft/cache-apcu/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/yiisoft/cache-apcu/?branch=master )
12
+ [ ![ Code Coverage] ( https://codecov.io/gh/yiisoft/cache-apcu/branch/master/graph/badge.svg )] ( https://codecov.io/gh/yiisoft/cache-apcu )
14
13
[ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fcache-apcu%2Fmaster )] ( https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/cache-apcu/master )
15
14
[ ![ static analysis] ( https://github.com/yiisoft/cache-apcu/workflows/static%20analysis/badge.svg )] ( https://github.com/yiisoft/cache-apcu/actions?query=workflow%3A%22static+analysis%22 )
16
15
[ ![ type-coverage] ( https://shepherd.dev/github/yiisoft/cache-apcu/coverage.svg )] ( https://shepherd.dev/github/yiisoft/cache-apcu )
You can’t perform that action at this time.
0 commit comments