From e61f7c3815a68d457f311b72f1fe70dec671861c Mon Sep 17 00:00:00 2001 From: agaro Date: Tue, 9 Apr 2024 12:29:50 -0400 Subject: [PATCH] ci: adding CODECOV_TOKEN --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2313c..df76078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: run: make all - name: Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage.txt # optional flags: unittests # optional