From 58c98d73edf3e131b33db98ee65d5dffe1304fe7 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:14:54 -0500 Subject: [PATCH] Update ci.yml This should fix the new version of codecov-action Ref: https://discourse.julialang.org/t/psa-new-version-of-codecov-action-requires-additional-setup/109857 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613b52b..c2c8512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info docs: