Skip to content

Commit 8d43f0c

Browse files
committed
ci: remove scrutinizer from pipeline
1 parent 375c229 commit 8d43f0c

File tree

5 files changed

+0
-65
lines changed

5 files changed

+0
-65
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/.gitattributes export-ignore
55
/.github export-ignore
66
/.gitignore export-ignore
7-
/.scrutinizer.yml export-ignore
87
/Build export-ignore
98
/codeception.yml export-ignore
109
/crowdin.yml export-ignore

.github/workflows/Tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,3 @@ jobs:
7878
typo3DatabaseName: typo3
7979
typo3DatabasePassword: root
8080
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

.scrutinizer.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Total Downloads](https://poser.pugx.org/tomasnorre/crawler/downloads)](https://packagist.org/packages/tomasnorre/crawler)
44
[![License](https://poser.pugx.org/tomasnorre/crawler/license)](https://packagist.org/packages/tomasnorre/crawler)
55
![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)
76
[![Code Coverage](https://scrutinizer-ci.com/g/tomasnorre/crawler/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/tomasnorre/crawler/?branch=main)
87
[![Coverage Status](https://coveralls.io/repos/github/tomasnorre/crawler/badge.svg)](https://coveralls.io/github/tomasnorre/crawler)
98
[![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)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
"rm -rf Build",
128128
"rm -rf Tests/",
129129
"rm -f .gitignore",
130-
"rm -f .scrutinizer.yml",
131130
"rm -f infection.json.dist",
132131
"rm -f phpstan.neon",
133132
"rm -f phpstan-baseline.neon",

0 commit comments

Comments
 (0)