Skip to content

Commit 300e6a1

Browse files
committed
ci: drop codeclimate
1 parent 1300e88 commit 300e6a1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,4 @@ jobs:
4949
composer update --no-ansi --no-interaction --no-progress
5050
5151
- name: Run tests with phpunit
52-
run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
53-
54-
- name: Publish code coverage to codeclimate
55-
if: matrix.php == '8.3' && github.event_name == 'push'
56-
uses: paambaati/codeclimate-action@v5
57-
env:
58-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
59-
52+
run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# PHP Middleware Stack
22

33
[![Build Status](https://github.com/idealo/php-middleware-stack/workflows/CI/badge.svg)](https://github.com/idealo/php-middleware-stack/actions?query=workflow%3Aci)
4-
[![Maintainability](https://api.codeclimate.com/v1/badges/254d91c39447f58c7d44/maintainability)](https://codeclimate.com/github/idealo/php-middleware-stack/maintainability)
5-
[![Test Coverage](https://api.codeclimate.com/v1/badges/254d91c39447f58c7d44/test_coverage)](https://codeclimate.com/github/idealo/php-middleware-stack/test_coverage)
64
[![Packagist](https://img.shields.io/packagist/v/idealo/php-middleware-stack)](https://packagist.org/packages/idealo/php-middleware-stack)
75

86
This is an implementation of [PSR-15](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md) using the proposed Interface packages [psr/http-server-middleware](https://github.com/php-fig/http-server-middleware)

0 commit comments

Comments
 (0)