From 6ccc823ae83cff231e524ebacdc56440aeb43ff1 Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:15:06 +0200 Subject: [PATCH 1/2] Update TestLatest.yml --- .github/workflows/TestLatest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TestLatest.yml b/.github/workflows/TestLatest.yml index 723b787f..06da0c5d 100644 --- a/.github/workflows/TestLatest.yml +++ b/.github/workflows/TestLatest.yml @@ -62,6 +62,8 @@ jobs: # Run codecov - name: "Run CodeCov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: lcov.info From 242cd2f4f7b58051a09e16e8c625c5fca453feca Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:15:22 +0200 Subject: [PATCH 2/2] Update TestLTS.yml --- .github/workflows/TestLTS.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/TestLTS.yml b/.github/workflows/TestLTS.yml index b5dbb134..33dc0302 100644 --- a/.github/workflows/TestLTS.yml +++ b/.github/workflows/TestLTS.yml @@ -55,13 +55,3 @@ jobs: # Run the tests - name: "Run tests" uses: julia-actions/julia-runtest@v1 - - # Preprocess Coverage - - name: "Preprocess Coverage" - uses: julia-actions/julia-processcoverage@v1 - - # Run codecov - - name: "Run CodeCov" - uses: codecov/codecov-action@v3 - with: - file: lcov.info