diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f7e63..bf02210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,3 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - phpcoverage: true diff --git a/README.md b/README.md index 87286bd..6a3d204 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ SilverStripe wrapper for [Geocoder](https://github.com/geocoder-php/Geocoder) [![CI](https://github.com/dynamic/silverstripe-geocoder/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-geocoder/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/dynamic/silverstripe-geocoder/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-geocoder) +[![Sponsor](https://img.shields.io/badge/Sponsor-Dynamic-brightgreen)](https://github.com/sponsors/dynamic) [![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-geocoder/v/stable)](https://packagist.org/packages/dynamic/silverstripe-geocoder) [![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-geocoder/downloads)](https://packagist.org/packages/dynamic/silverstripe-geocoder) diff --git a/composer.json b/composer.json index f8a7cf3..d89cf1b 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,12 @@ }, "process-timeout": 600 }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/dynamic" + } + ], "extra": { "branch-alias": { "dev-master": "3.x-dev"