Skip to content

Commit 71ddc00

Browse files
authored
Remove scrutinizer (#87)
1 parent 8fde6e4 commit 71ddc00

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/.editorconfig export-ignore
2727
/.gitattributes export-ignore
2828
/.gitignore export-ignore
29-
/.scrutinizer.yml export-ignore
3029
/phpunit.xml.dist export-ignore
3130
/tests export-ignore
3231
/docs export-ignore

.scrutinizer.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
[![Latest Stable Version](https://poser.pugx.org/yiisoft/cache-file/v)](https://packagist.org/packages/yiisoft/cache-file)
1010
[![Total Downloads](https://poser.pugx.org/yiisoft/cache-file/downloads)](https://packagist.org/packages/yiisoft/cache-file)
1111
[![Build status](https://github.com/yiisoft/cache-file/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/cache-file/actions/workflows/build.yml)
12-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/cache-file/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/cache-file/?branch=master)
13-
[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/cache-file/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/cache-file/?branch=master)
12+
[![Code Coverage](https://codecov.io/gh/yiisoft/cache-file/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/cache-file)
1413
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fcache-file%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/cache-file/master)
1514
[![static analysis](https://github.com/yiisoft/cache-file/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/cache-file/actions?query=workflow%3A%22static+analysis%22)
1615
[![type-coverage](https://shepherd.dev/github/yiisoft/cache-file/coverage.svg)](https://shepherd.dev/github/yiisoft/cache-file)

0 commit comments

Comments
 (0)