Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of phpcoverage: true configuration is not mentioned in the PR description or title, which focuses solely on GitHub Sponsors integration. This change appears unrelated to the stated purpose of the PR and should either be documented in the PR description or moved to a separate PR for clarity.

Suggested change
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
phpcoverage: true

Copilot uses AI. Check for mistakes.
with:
phpcoverage: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Sponsors badge is placed after the codecov badge, but according to the PR description, it should be placed after the license badge. The license badge appears later in the README (line 10 shows Total Downloads, suggesting license badge is further down). Consider moving this badge to its intended position after the license badge.

Copilot uses AI. Check for mistakes.

[![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)
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
},
"process-timeout": 600
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/dynamic"
}
],
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
Expand Down