From 4639a1f38cd53d0ca8b4a5a3d646c642d065409f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:02:35 +0000 Subject: [PATCH 1/2] ci(dependabot): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74dec383..3d18a5c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: update_existing: true - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 deploy: name: Deploy From b325df9311633f2224b63abf17b380962d9ca560 Mon Sep 17 00:00:00 2001 From: Joran Deschamps <6367888+jdeschamps@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:42:03 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 37b0a6e0..c3c7ceb9 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,8 @@ [![CI](https://github.com/CAREamics/careamics/actions/workflows/ci.yml/badge.svg)](https://github.com/CAREamics/careamics/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/CAREamics/careamics/branch/main/graph/badge.svg)](https://codecov.io/gh/CAREamics/careamics) -## Installation -``` bash -pip install careamics -``` -For more details on the options please follow the installation [guide](https://careamics.github.io/installation/). +For details installation and usage, please refer to the [guide](https://careamics.github.io/).