From 4a8ea87fcb3233be0135e1f08ae4807af193f4fc Mon Sep 17 00:00:00 2001 From: Pierre Brisorgueil Date: Wed, 18 Feb 2026 08:14:56 +0100 Subject: [PATCH] fix: restore Codecov slug to fix Repository not found error --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f6827c73..10704950 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,3 +35,4 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} + slug: pierreb-devkit/Node