Skip to content

Commit

Permalink
Remove scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Feb 18, 2022
1 parent fdc8fc4 commit fe3a419
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

- name: Upload coverage to Scrutinizer
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
run: vendor/bin/phpunit
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,8 +2,6 @@

[![Latest Version on Packagist](https://img.shields.io/packagist/v/webstronauts/unpoly.svg?style=flat-square)](https://packagist.org/packages/webstronauts/unpoly)
[![Build Status](https://img.shields.io/github/workflow/status/webstronauts/php-unpoly/run-tests.svg?style=flat-square)](https://github.com/webstronauts/php-unpoly/actions?query=workflow%3Arun-tests)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/webstronauts/php-unpoly/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/webstronauts/php-unpoly)
[![Quality Score](https://img.shields.io/scrutinizer/g/webstronauts/php-unpoly.svg?style=flat-square)](https://scrutinizer-ci.com/g/webstronauts/php-unpoly)
[![StyleCI](https://github.styleci.io/repos/190603919/shield?branch=master)](https://github.styleci.io/repos/190603919)
[![Total Downloads](https://img.shields.io/packagist/dt/webstronauts/unpoly.svg?style=flat-square)](https://packagist.org/packages/webstronauts/unpoly)

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"symfony/http-kernel": "^4.4|^5.4|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"scrutinizer/ocular": "^1.8"
"phpunit/phpunit": "^9.5"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit fe3a419

Please sign in to comment.