From 6ed34e470e75611a13a35a58291e1e1a896625d7 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Mon, 24 Mar 2025 15:15:17 -0400 Subject: [PATCH 1/2] fix codecov parameter deprecated from file -> files --- .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 721242e..4627c54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info docs: name: Documentation runs-on: ubuntu-latest From f65564910ee3774aaa66bbce592b2b5af87ae449 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Mon, 24 Mar 2025 15:16:53 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4627c54..0d781dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: - uses: codecov/codecov-action@v5 with: files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest