From abcb1ad77de90132c9e320e05ad9ee84fc9e72bf Mon Sep 17 00:00:00 2001 From: jinshaoliang <18322825326@163.com> Date: Sat, 21 Dec 2024 10:58:28 +0800 Subject: [PATCH] update CI --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4491d62..499cd58 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.6.7' + - '1.10.7' - '1' # automatically expands to the latest stable 1.x release of Julia - nightly os: @@ -52,6 +52,8 @@ jobs: - uses: codecov/codecov-action@v5 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false docs: name: Documentation runs-on: ubuntu-latest