From 7f11a6a32ffa375d1612a344325bf7320f337c2d Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Tue, 11 Aug 2026 13:39:13 +0200 Subject: [PATCH 1/3] Test for forked PRs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b932790c..f8f03ce57 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Then, run the following command to run all checks including code coverage: ./verify.sh ``` +This script is also executed for pull requests. ### Performing a release From 257d15be80e853bce482db3988f0c3b676eec43d Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Tue, 11 Aug 2026 13:46:29 +0200 Subject: [PATCH 2/3] Use current package name with "-" --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 45ef9a149..cb69f38c3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: - name: Install diff-cover uses: threeal/pipx-install-action@v1.0.0 with: - packages: diff_cover + packages: diff-cover - uses: actions-rust-lang/setup-rust-toolchain@v1.4.4 with: toolchain: stable From 1000fa48ffd61d6d07c0788d3c032977faec6085 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Tue, 11 Aug 2026 13:47:00 +0200 Subject: [PATCH 3/3] Revert "Test for forked PRs" This reverts commit 7f11a6a32ffa375d1612a344325bf7320f337c2d. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f8f03ce57..3b932790c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ Then, run the following command to run all checks including code coverage: ./verify.sh ``` -This script is also executed for pull requests. ### Performing a release