From b85e8512e29cd85b5dc52e1af06b298e34682c8f Mon Sep 17 00:00:00 2001 From: "scverse-pr-creator[bot]" <272303624+scverse-pr-creator[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:33:35 +0000 Subject: [PATCH] Update instance repo from cookiecutter template --- .cruft.json | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index bda4924..7ad22c6 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "36a67be1077b8bd9af1d29c4f03cfb21a9ad224a", + "commit": "c143c65a239e82b71a7ecf30abccf673e60f96c6", "checkout": null, "context": { "cookiecutter": { @@ -36,7 +36,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "36a67be1077b8bd9af1d29c4f03cfb21a9ad224a" + "_commit": "c143c65a239e82b71a7ecf30abccf673e60f96c6" } }, "directory": null diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0707681..c537745 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -86,7 +86,7 @@ jobs: uvx hatch run ${{ matrix.env.name }}:cov-report # report visibly uvx hatch run ${{ matrix.env.name }}:coverage xml # create report for upload - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true use_oidc: true