Skip to content

Commit 69366c2

Browse files
authored
Remove scrutinizer & update badges (#70)
1 parent aa5379f commit 69366c2

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/.gitattributes export-ignore
2828
/.gitignore export-ignore
2929
/.phpunit-watcher.yml export-ignore
30-
/.scrutinizer.yml export-ignore
3130
/.styleci.yml export-ignore
3231
/infection.json.dist export-ignore
3332
/phpunit.xml.dist export-ignore

.scrutinizer.yml

-35
This file was deleted.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
[![Total Downloads](https://poser.pugx.org/yiisoft/middleware-dispatcher/downloads.png)](https://packagist.org/packages/yiisoft/middleware-dispatcher)
1111
[![Build status](https://github.com/yiisoft/middleware-dispatcher/workflows/build/badge.svg)](https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3Abuild)
1212
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/?branch=master)
13-
[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/?branch=master)
13+
[![Code Coverage](https://codecov.io/gh/yiisoft/middleware-dispatcher/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/middleware-dispatcher)
1414
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fmiddleware-dispatcher%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/middleware-dispatcher/master)
1515
[![static analysis](https://github.com/yiisoft/middleware-dispatcher/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3A%22static+analysis%22)
1616
[![type-coverage](https://shepherd.dev/github/yiisoft/middleware-dispatcher/coverage.svg)](https://shepherd.dev/github/yiisoft/middleware-dispatcher)
17+
[![psalm-level](https://shepherd.dev/github/yiisoft/middleware-dispatcher/level.svg)](https://shepherd.dev/github/yiisoft/middleware-dispatcher)
1718

1819
The package is a [PSR-15](https://www.php-fig.org/psr/psr-15/) middleware dispatcher. Given a set of middleware and a
1920
request instance, dispatcher executes it produces a response instance.

0 commit comments

Comments
 (0)