From 7a18285930f7cb8159ce83a1b53f82035ccea201 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 7 Oct 2023 12:19:41 +0100 Subject: [PATCH] Fix the CI badge (#1133) --- README.md | 3 +-- codecov.yml | 4 ++-- docs/index.md | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b2b3f03b..cdf3ee7ee 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://github.com/mwouts/jupytext/blob/17aea37c612f33a4e27eeee4b81966f1506920fd/docs/images/logo_large.png?raw=true) -![CI](https://github.com/mwouts/jupytext/workflows/CI/badge.svg) +![CI](https://github.com/mwouts/jupytext/actions/workflows/continuous-integration.yml/badge.svg?branch=main) [![Documentation Status](https://readthedocs.org/projects/jupytext/badge/?version=latest)](https://jupytext.readthedocs.io/en/latest/?badge=latest) [![codecov.io](https://codecov.io/github/mwouts/jupytext/coverage.svg?branch=main)](https://codecov.io/gh/mwouts/jupytext/branch/main) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) @@ -114,4 +114,3 @@ Read more about Jupytext in the [documentation](https://jupytext.readthedocs.io) If you're new to Jupytext, you may want to start with the [FAQ](docs/faq.md) or with the [Tutorials](docs/tutorials.md). There is also this short introduction to Jupytext: [![](https://img.shields.io/badge/YouTube-JupyterCon%202020-red.svg)](https://www.youtube.com/watch?v=SDYdeVfMh48). - diff --git a/codecov.yml b/codecov.yml index e02a9ca4f..0d1814fed 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,9 +1,9 @@ codecov: notify: - after_n_builds: 13 + after_n_builds: 11 comment: - after_n_builds: 13 + after_n_builds: 11 coverage: status: diff --git a/docs/index.md b/docs/index.md index 5ee12272f..d456a322c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -![CI](https://github.com/mwouts/jupytext/workflows/CI/badge.svg) +![CI](https://github.com/mwouts/jupytext/actions/workflows/continuous-integration.yml/badge.svg?branch=main) [![Documentation Status](https://readthedocs.org/projects/jupytext/badge/?version=latest)](https://jupytext.readthedocs.io/en/latest/?badge=latest) [![codecov.io](https://codecov.io/github/mwouts/jupytext/coverage.svg?branch=main)](https://codecov.io/gh/mwouts/jupytext/branch/main) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) @@ -135,4 +135,3 @@ contributing.md developing.md CHANGELOG.md ``` -