diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 4da1b914..09c94e9c 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -36,4 +36,4 @@ jobs: with: context: . push: true - tags: ghcr.io/cloe-euclid/cloe:${{ env.IMAGE_TAG }} + tags: ghcr.io/cloe-org/cloe:${{ env.IMAGE_TAG }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbf5998d..cd42702d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Pull image & run tests run: | - IMAGE=ghcr.io/cloe-euclid/cloe:latest + IMAGE=ghcr.io/cloe-org/cloe:latest echo "→ Pulling $IMAGE" docker pull "$IMAGE" @@ -78,10 +78,11 @@ jobs: uses: codecov/codecov-action@v5 with: files: coverage.xml - token: ${{ secrets.CODECOV_TOKEN }} # only needed if your repo is private + token: ${{ secrets.CODECOV_TOKEN_NEW }} # only needed if your repo is private fail_ci_if_error: true - name: Send coverage to Coveralls + continue-on-error: true uses: coverallsapp/github-action@v2 env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} diff --git a/README.md b/README.md index 1b7fee55..455725c6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Logo -[![CI](https://github.com/cloe-euclid/cloe/actions/workflows/ci.yml/badge.svg)](https://github.com/cloe-euclid/cloe/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/cloe-euclid/cloe/branch/main/graph/badge.svg?token=6d834ba5-670c-4b8e-af08-12956d5913da)](https://codecov.io/gh/cloe-euclid/cloe) +[![CI](https://github.com/cloe-org/cloe/actions/workflows/ci.yml/badge.svg)](https://github.com/cloe-org/cloe/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/cloe-org/cloe/branch/main/graph/badge.svg?token=26c55a1c-87b4-4666-be68-7c3269a5ce86)](https://codecov.io/gh/cloe-org/cloe) [![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html) [![Documentation](https://readthedocs.org/projects/cloe-euclid/badge/?version=latest)](https://cloe-euclid.readthedocs.io/en/latest/) @@ -32,7 +32,7 @@ The full development history is available to EC members [here](https://gitlab.eu Clone the CLOE repository through the following command: ```shell -git clone https://github.com/cloe-euclid/CLOE.git +git clone https://github.com/cloe-org/CLOE.git ``` Next, create a Conda environment using `environment.yml` that we provide, which includes all the required dependencies with fixed versions that have been tested with CLOE: diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b4f76d70..ab02e9f8 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -65,7 +65,7 @@ which is when the Euclid Inter-Science Taskforce: Likelihood completed its tenur It includes the FFTLog implementation, a unified treatment of Cobaya and CosmoSIS via the CLOE overlayer, and the ability to read in data files in -the Euclid OU-LE3 format via EuclidLib. This version of CLOE moreover includes an +the Euclid OU-LE3 format via euclidlib. This version of CLOE moreover includes an optimization of the integration strategy for the weak lensing and magnification kernels (resulting in a factor of six speed improvement), along with bug fixes pertaining to the magnification bias, Conda environment, and measurement units.