Skip to content

Commit 28cdb06

Browse files
Merge pull request #617 from alexislefebvre/remove-scrutinizer
remove Scrutinizer
2 parents 240ec48 + 2823c85 commit 28cdb06

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.gitattributes export-ignore
2+
.github export-ignore
23
.gitignore export-ignore
3-
.scrutinizer.yml export-ignore
4-
.stylecy.yml export-ignore
4+
.styleci.yml export-ignore
55
.travis.yml export-ignore
66
phpunit.xml.dist export-ignore
77
tests export-ignore

.scrutinizer.yml

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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[![Build Status](https://github.com/liip/LiipFunctionalTestBundle/actions/workflows/tests.yml/badge.svg)](https://github.com/liip/LiipFunctionalTestBundle/actions/workflows/tests.yml)
22
[![Latest Stable Version](https://poser.pugx.org/liip/functional-test-bundle/v/stable)](https://packagist.org/packages/liip/functional-test-bundle)
33
[![Latest Unstable Version](https://poser.pugx.org/liip/functional-test-bundle/v/unstable)](https://packagist.org/packages/liip/functional-test-bundle)
4-
[![Scrutinizer Code Quality][Scrutinizer image]
5-
![Scrutinizer][Scrutinizer Coverage Image]][Scrutinizer]
64

75
Introduction
86
============
@@ -26,6 +24,3 @@ To run tests in parallel:
2624

2725
[Travis Master]: https://travis-ci.org/liip/LiipFunctionalTestBundle
2826
[Travis Master image]: https://travis-ci.org/liip/LiipFunctionalTestBundle.svg?branch=master
29-
[Scrutinizer]: https://scrutinizer-ci.com/g/liip/LiipFunctionalTestBundle/?branch=master
30-
[Scrutinizer image]: https://scrutinizer-ci.com/g/liip/LiipFunctionalTestBundle/badges/quality-score.png?b=master
31-
[Scrutinizer Coverage image]: https://scrutinizer-ci.com/g/liip/LiipFunctionalTestBundle/badges/coverage.png?b=master

0 commit comments

Comments
 (0)