File tree Expand file tree Collapse file tree 5 files changed +0
-65
lines changed Expand file tree Collapse file tree 5 files changed +0
-65
lines changed Original file line number Diff line number Diff line change 4
4
/.gitattributes export-ignore
5
5
/.github export-ignore
6
6
/.gitignore export-ignore
7
- /.scrutinizer.yml export-ignore
8
7
/Build export-ignore
9
8
/codeception.yml export-ignore
10
9
/crowdin.yml export-ignore
Original file line number Diff line number Diff line change 78
78
typo3DatabaseName : typo3
79
79
typo3DatabasePassword : root
80
80
typo3DatabaseUsername : root
81
-
82
- - name : Set up PHP Version 7.4 for Scrutinizer Upload
83
- uses : shivammathur/setup-php@v2
84
- with :
85
- php-version : 7.4
86
- tools : composer:v2
87
-
88
- - name : Upload coverage results to Scrutinizer
89
- if : matrix.typo3 == '^12.4' && matrix.php == '8.1'
90
- run : |
91
- wget https://scrutinizer-ci.com/ocular.phar
92
- php ocular.phar code-coverage:upload --format=php-clover unittest-coverage.clover
93
- php ocular.phar code-coverage:upload --format=php-clover functional-coverage.clover
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
[ ![ Total Downloads] ( https://poser.pugx.org/tomasnorre/crawler/downloads )] ( https://packagist.org/packages/tomasnorre/crawler )
4
4
[ ![ License] ( https://poser.pugx.org/tomasnorre/crawler/license )] ( https://packagist.org/packages/tomasnorre/crawler )
5
5
![ Tests] ( https://github.com/tomasnorre/crawler/workflows/Tests/badge.svg )
6
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/tomasnorre/crawler/badges/quality-score.png?b=main )] ( https://scrutinizer-ci.com/g/tomasnorre/crawler/?branch=main )
7
6
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/tomasnorre/crawler/badges/coverage.png?b=main )] ( https://scrutinizer-ci.com/g/tomasnorre/crawler/?branch=main )
8
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/tomasnorre/crawler/badge.svg )] ( https://coveralls.io/github/tomasnorre/crawler )
9
8
[ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Ftomasnorre%2Fcrawler%2Fmain )] ( https://dashboard.stryker-mutator.io/reports/github.com/tomasnorre/crawler/main )
Original file line number Diff line number Diff line change 127
127
" rm -rf Build" ,
128
128
" rm -rf Tests/" ,
129
129
" rm -f .gitignore" ,
130
- " rm -f .scrutinizer.yml" ,
131
130
" rm -f infection.json.dist" ,
132
131
" rm -f phpstan.neon" ,
133
132
" rm -f phpstan-baseline.neon" ,
You can’t perform that action at this time.
0 commit comments