From 0c0fdb0db9424eec012273f767460bc89c9afe17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:11:51 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a0d9fa9c1..9d8a6a3476 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} @@ -72,7 +72,7 @@ jobs: - name: Run test/examples/tests_latex.jl run: julia --color=yes --project=test/examples --code-coverage test/examples/tests_latex.jl - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} @@ -117,7 +117,7 @@ jobs: Pkg.develop(PackageSpec(path=pwd()))' - run: julia --color=yes --project=test/prerender --code-coverage test/prerender/prerender.jl - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} @@ -170,7 +170,7 @@ jobs: - name: Run online linkcheck tests run: julia --color=yes --project=test/online --code-coverage test/online/runtests.jl - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} From 4540d5db645ac93c3ff2f7f8e0b13203d9e0d7ae Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 25 Nov 2024 22:53:15 +0100 Subject: [PATCH 2/2] Update CI.yml --- .github/workflows/CI.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9d8a6a3476..6b805bcf08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,6 +46,8 @@ jobs: with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} + plugins: noop + disable_search: true - name: Submit coverage to Coveralls continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343 uses: coverallsapp/github-action@v2 @@ -76,6 +78,8 @@ jobs: with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} + plugins: noop + disable_search: true - name: Submit coverage to Coveralls continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343 uses: coverallsapp/github-action@v2 @@ -121,6 +125,8 @@ jobs: with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} + plugins: noop + disable_search: true - name: Submit coverage to Coveralls continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343 uses: coverallsapp/github-action@v2 @@ -174,6 +180,8 @@ jobs: with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }} + plugins: noop + disable_search: true - name: Submit coverage to Coveralls continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343 uses: coverallsapp/github-action@v2