From f276073fc655503caa26480943f6fb7f88e79d55 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sat, 18 May 2024 16:56:02 -0600 Subject: [PATCH 1/2] Update ci.yml for codecov v4 Hopefully addresses #228 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bfc161b..30ba1577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,5 @@ jobs: if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }} with: file: lcov.info + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 384cd604718fdd4efe30243876c1f4df1413a4fc Mon Sep 17 00:00:00 2001 From: Daniel Karrasch Date: Mon, 24 Jun 2024 17:09:44 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30ba1577..b38997fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,5 @@ jobs: - uses: codecov/codecov-action@v4 if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }} with: + token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}