From 9e4d910e87cbaf633726196b165c5c60affbbbe4 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Thu, 2 May 2024 09:32:44 -0300 Subject: [PATCH] update codecov ci --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4370a8f3..1c8c62ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,11 @@ jobs: - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 - with: + - uses: codecov/codecov-action@v4 + with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false # or true if you want CI to fail when Codecov fails docs: name: Documentation runs-on: ubuntu-latest