From e2ce508e9eba30656d860e292d51f48f8a76a038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=B6ckl?= <63406984+BenjaminStoeckl@users.noreply.github.com> Date: Tue, 12 May 2026 16:26:40 +0200 Subject: [PATCH 1/2] Add JOSS status badge to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e36d8c..76ec113 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ [![codecov](https://codecov.io/gh/IEE-TUGraz/npap/branch/main/graph/badge.svg)](https://codecov.io/gh/IEE-TUGraz/npap) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/IEE-TUGraz/NPAP/main.svg)](https://results.pre-commit.ci/latest/github/IEE-TUGraz/NPAP/main) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![status](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072/status.svg)](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072) --- From 442d35e5e40d52a79a0e894f029095f420d896d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=B6ckl?= <63406984+BenjaminStoeckl@users.noreply.github.com> Date: Tue, 12 May 2026 16:32:25 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ec113..87ffedb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![codecov](https://codecov.io/gh/IEE-TUGraz/npap/branch/main/graph/badge.svg)](https://codecov.io/gh/IEE-TUGraz/npap) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/IEE-TUGraz/NPAP/main.svg)](https://results.pre-commit.ci/latest/github/IEE-TUGraz/NPAP/main) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) -[![status](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072/status.svg)](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072) +[![JOSS status](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072/status.svg)](https://joss.theoj.org/papers/a48865bb0af0faffe1c9074db581d072) ---