From e71e36c14531f40c81b3981229bd4ac9559379b4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 26 Apr 2024 00:29:27 +0100 Subject: [PATCH] ci: add codecov token --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33014c6..ce6480c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,6 @@ jobs: run: pnpm test - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}