From 1bae97b927f14d0312ae0109bde1c89b8c9a2f3f Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sun, 12 May 2024 12:26:49 -0400 Subject: [PATCH] Update ci.yml --- .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 ea30fdc..4561fb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-latest arch: - x64 include: @@ -56,6 +55,7 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest