Skip to content

Commit 2f4ad56

Browse files
committed
Remove scrutinizer
1 parent e145814 commit 2f4ad56

File tree

4 files changed

+4
-42
lines changed

4 files changed

+4
-42
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

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'psalm.xml'
1111

1212
push:
13+
branches: ['master']
1314
paths-ignore:
1415
- 'docs/**'
1516
- 'README.md'
@@ -24,6 +25,8 @@ name: build
2425
jobs:
2526
phpunit:
2627
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
28+
secrets:
29+
codecovToken: ${{ secrets.CODECOV_TOKEN }}
2730
with:
2831
extensions: apcu
2932
ini-values: date.timezone='UTC', apc.enable=1, apc.enable_cli=1

.scrutinizer.yml

Lines changed: 0 additions & 39 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-apcu/v/stable.png)](https://packagist.org/packages/yiisoft/cache-apcu)
1010
[![Total Downloads](https://poser.pugx.org/yiisoft/cache-apcu/downloads.png)](https://packagist.org/packages/yiisoft/cache-apcu)
1111
[![Build status](https://github.com/yiisoft/cache-apcu/workflows/build/badge.svg)](https://github.com/yiisoft/cache-apcu/actions?query=workflow%3Abuild)
12-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/cache-apcu/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/cache-apcu/?branch=master)
13-
[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/cache-apcu/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/cache-apcu/?branch=master)
12+
[![Code Coverage](https://codecov.io/gh/yiisoft/cache-apcu/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/cache-apcu)
1413
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fcache-apcu%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/cache-apcu/master)
1514
[![static analysis](https://github.com/yiisoft/cache-apcu/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/cache-apcu/actions?query=workflow%3A%22static+analysis%22)
1615
[![type-coverage](https://shepherd.dev/github/yiisoft/cache-apcu/coverage.svg)](https://shepherd.dev/github/yiisoft/cache-apcu)

0 commit comments

Comments
 (0)