Skip to content

Commit be1bcb1

Browse files
committed
Removed Scrutinzer Integration
The integration seems flakey and isn't a priority.
1 parent 84e2c5a commit be1bcb1

File tree

5 files changed

+1
-44
lines changed

5 files changed

+1
-44
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/tests export-ignore
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
4-
/.scrutinizer.yml export-ignore
54
/.travis.yml export-ignore
65
/phpunit.xml export-ignore

.github/workflows/php.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,4 @@ jobs:
2727
- name: Install Composer Deps
2828
run: composer install
2929
- name: Run Tests
30-
run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover
31-
- name: Upload Scrutinzer
32-
continue-on-error: true
33-
run: |
34-
wget https://scrutinizer-ci.com/ocular.phar
35-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
30+
run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover

.scrutinizer.yml

-35
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Plates
66
[![Latest Version](https://img.shields.io/github/release/thephpleague/plates.svg?style=flat-square)](https://github.com/thephpleague/plates/releases)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
88
[![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3)
9-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure)
109
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates)
1110
[![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates)
1211

doc/content/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ weight = 1
1111
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/thephpleague/plates/blob/master/LICENSE)
1212
{{<html>}}<br/>{{</html>}}
1313
[![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3)
14-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure)
1514
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates)
1615
[![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates)
1716

0 commit comments

Comments
 (0)