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 12fa217 commit a50176a
Show file tree
Hide file tree
Showing 5 changed files with 0 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
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ jobs:
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: vendor/bin/grumphp run

- name: Send Scrutinizer data
run: |
composer require scrutinizer/ocular --dev
vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/coverage/clover.xml
continue-on-error: true
21 changes: 0 additions & 21 deletions .scrutinizer.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
[![GitHub stars](https://img.shields.io/github/stars/ecphp/cas-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/cas-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/ecphp/cas-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/cas-bundle)
[![GitHub Workflow Status][github workflow status]][github actions link]
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/ecphp/cas-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/cas-bundle/?branch=master)
[![Type Coverage](https://shepherd.dev/github/ecphp/cas-bundle/coverage.svg)](https://shepherd.dev/github/ecphp/cas-bundle)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ecphp/cas-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/cas-bundle/?branch=master)
[![Read the Docs](https://img.shields.io/readthedocs/ecphp-cas-bundle?style=flat-square)](https://ecphp-cas-bundle.readthedocs.io/)
[![License](https://img.shields.io/packagist/l/ecphp/cas-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/cas-bundle)

Expand Down
11 changes: 0 additions & 11 deletions docker/doc/Dockerfile

This file was deleted.

0 comments on commit a50176a

Please sign in to comment.