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
28 changes: 0 additions & 28 deletions .scrutinizer.yml

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project are documented in this file.
- chore: run CI on PHP 8.3, 8.4 and 8.5 (the matrix listed 8.2 twice)
- docs: split the README into `docs/` (getting started, configuration, HTTP API,
architecture, development)
- chore: drop Scrutinizer (`.scrutinizer.yml`, badges) — GitHub Actions is the only CI gate

**Full Changelog**: https://github.com/php-lightning/lnaddress/compare/0.9.0...main

Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<a href="https://github.com/php-lightning/lnaddress/actions">
<img src="https://github.com/php-lightning/lnaddress/workflows/CI/badge.svg" alt="GitHub Build Status">
</a>
<a href="https://scrutinizer-ci.com/g/php-lightning/lnaddress/?branch=main">
<img src="https://scrutinizer-ci.com/g/php-lightning/lnaddress/badges/quality-score.png?b=main" alt="Scrutinizer Code Quality">
</a>
<a href="https://scrutinizer-ci.com/g/php-lightning/lnaddress/?branch=main">
<img src="https://scrutinizer-ci.com/g/php-lightning/lnaddress/badges/coverage.png?b=main" alt="Scrutinizer Code Coverage">
</a>
<a href="https://shepherd.dev/github/php-lightning/lnaddress">
<img src="https://shepherd.dev/github/php-lightning/lnaddress/coverage.svg" alt="Psalm Type-coverage Status">
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ out-of-memory error inside `resultCache.php`, the cause is a stale result cache
2. **Type Checker** — Psalm (with Shepherd) and PHPStan
3. **Tests** — PHPUnit on PHP 8.3, 8.4 and 8.5, with locked and highest dependencies

Scrutinizer (`.scrutinizer.yml`) collects coverage separately.
Coverage is not collected in CI; run `composer test-coverage` locally for an HTML report.

## Releasing

Expand Down
Loading