Skip to content

Commit

Permalink
chore: get rid of scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 16, 2023
1 parent 0336e11 commit ae822df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 41 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/.gitignore export-ignore
/.prettierignore export-ignore
/.prettierrc export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/docker-compose.yaml export-ignore
/grumphp.yml.dist export-ignore
Expand Down
17 changes: 1 addition & 16 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ["7.4"]
php-versions: ["8.1"]

steps:
- name: Set git to use LF
Expand All @@ -24,8 +24,6 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@master
Expand Down Expand Up @@ -56,20 +54,7 @@ jobs:
run: vendor/bin/psalm --shepherd --stats
continue-on-error: true

- name: Send Scrutinizer data
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
continue-on-error: true

- name: Infection score report
run: |
vendor/bin/infection run -j 2
continue-on-error: true

- name: PHP Insights report
run: |
rm -rf composer.lock vendor
composer require nunomaduro/phpinsights --dev
vendor/bin/phpinsights analyse src/ -n
continue-on-error: true
21 changes: 0 additions & 21 deletions .scrutinizer.yml

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![Latest Stable Version](https://img.shields.io/packagist/v/ecphp/eu-login-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/eu-login-bundle)
[![GitHub stars](https://img.shields.io/github/stars/ecphp/eu-login-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/eu-login-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/ecphp/eu-login-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/eu-login-bundle)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ecphp/eu-login-bundle/Continuous%20Integration/master?style=flat-square)](https://github.com/ecphp/eu-login-bundle/actions)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/ecphp/eu-login-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/eu-login-bundle/?branch=master)
[![GitHub Workflow Status][github workflow status]][github actions link]
[![Type Coverage](https://shepherd.dev/github/ecphp/eu-login-bundle/coverage.svg)](https://shepherd.dev/github/ecphp/eu-login-bundle)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ecphp/eu-login-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/eu-login-bundle/?branch=master)
[![Read the Docs](https://img.shields.io/readthedocs/ecphp-eu-login-bundle?style=flat-square)](https://ecphp-eu-login-bundle.readthedocs.io/)
[![License](https://img.shields.io/packagist/l/ecphp/eu-login-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/eu-login-bundle)

Expand All @@ -14,3 +12,7 @@ EU Login bundle for Symfony.

Read more on the dedicated documentation site:
https://ecphp-eu-login-bundle.readthedocs.io/

[github actions link]: https://github.com/ecphp/eu-login-bundle/actions
[github workflow status]:
https://img.shields.io/github/actions/workflow/status/ecphp/eu-login-bundle/continuous-integration.yml?branch=master&style=flat-square

0 comments on commit ae822df

Please sign in to comment.