Skip to content

Commit b730dc3

Browse files
authored
Drop scrutinizer badge (#244)
1 parent ffcbb2a commit b730dc3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
33
.github/ export-ignore
4-
.scrutinizer.yml export-ignore
5-
.travis.yml export-ignore
64
composer.json export-ignore
75
phpcs.xml export-ignore
86
phpmd.xml export-ignore
97
phpunit.xml.dist export-ignore
108
psalm.xml export-ignore
11-
tests export-ignore
9+
tests/ export-ignore

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Small library for **parsing, formatting, and representing coordinates**. This li
44
is well-tested, and is used by the software behind Wikipedia and Wikidata.
55

66
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DataValues/Geo/php.yml?branch=master)](https://github.com/DataValues/Geo/actions?query=workflow%3Aphp)
7-
[![Code Coverage](https://scrutinizer-ci.com/g/DataValues/Geo/badges/coverage.png?s=bf4cfd11f3b985fd05918f395c350b376a9ce0ee)](https://scrutinizer-ci.com/g/DataValues/Geo/)
87

98
On [Packagist](https://packagist.org/packages/data-values/geo):
109
[![Latest Stable Version](https://poser.pugx.org/data-values/geo/v/stable)](https://packagist.org/packages/data-values/geo)

0 commit comments

Comments
 (0)