From 331378c7417dd9770700c51ab2b4bbeb04554970 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Sun, 19 Apr 2026 20:39:07 +0100 Subject: [PATCH 1/2] ci: code coverage --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b2abef..e974b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,9 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: PhpGt/Cipher phpstan: runs-on: ubuntu-latest From 9ef7a5b0a5e4fe58359208bf886687cf39a56c59 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Sun, 19 Apr 2026 20:41:21 +0100 Subject: [PATCH 2/2] ci: dynamic repo name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e974b24..1034945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: PhpGt/Cipher + slug: ${{ github.repository }} phpstan: runs-on: ubuntu-latest