From 0479dfd82f5dc13e041eedd1f31c35a01b278e1a Mon Sep 17 00:00:00 2001 From: Davor Santic Date: Thu, 30 Oct 2025 12:41:56 +0100 Subject: [PATCH] - configure codecov --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5877363..ec57db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,9 @@ jobs: run: pnpm run verify-api - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/lcov.info flags: unittests name: codecov-umbrella