From bf2ef766ab81b392448425223bcc499adc563804 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Tue, 17 Sep 2024 16:19:34 -0400 Subject: [PATCH] Update code coverage badge (#213) * Update doc version number * Add automatic website building for `git tag` events * Update coverage badge --- README.md | 2 +- codecov.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82dd69f4..bf2b56e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![CI Tox](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml) [![docs](https://github.com/theochem/procrustes/actions/workflows/deploy_website.yaml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/deploy_website.yaml) -[![CI CodeCov](https://github.com/theochem/procrustes/actions/workflows/ci_codecov.yml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/ci_codecov.yml) +[![codecov](https://codecov.io/gh/theochem/procrustes/graph/badge.svg?token=3L96J5QQOT)](https://codecov.io/gh/theochem/procrustes) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/theochem/procrustes/main?filepath=doc%2Fnotebooks%2F) The Procrustes library provides a set of functions for transforming a matrix to make it diff --git a/codecov.yml b/codecov.yml index 28cccf0a..aff6cde6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,7 @@ # Codecov configuration to make it a bit less noisy codecov: + # set new Default branch + branch: main notify: require_ci_to_pass: yes