Skip to content
Closed
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
<a href="https://github.com/cameri/nostream/blob/main/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/Cameri/nostream" />
</a>
<a href='https://coveralls.io/github/Cameri/nostream?branch=main'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/Cameri/nostream/badge.svg?branch=main' />
</a>
<a href='https://sonarcloud.io/project/overview?id=Cameri_nostr-ts-relay'>
<img alt='Sonarcloud quality gate' src='https://sonarcloud.io/api/project_badges/measure?project=Cameri_nostr&metric=alert_status' />
<a href='https://coveralls.io/github/cameri/nostream?branch=main'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/cameri/nostream/badge.svg?branch=main' />
</a>
Comment on lines +24 to 26
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

The PR metadata says this is a docs-only change focused on README badges, but this diff also includes behavior changes (filter schema validation) plus unit tests and a patch changeset. Please update the PR title/description/testing notes (and/or split into separate PRs) so reviewers and release notes match the actual scope.

Copilot uses AI. Check for mistakes.
<a href='https://github.com/cameri/nostream/actions'>
<img alt='Build status' src='https://github.com/cameri/nostream/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
Expand Down
Loading