From 2309568469d6be7ed3c0b8fceab0648effe91553 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 4 Mar 2025 21:26:18 +0100 Subject: [PATCH 1/4] Replace Integration badge with CI badge. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f2b79d..621de0f9 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ https://github.com/BlueBrain/HighFive/issues/864 # HighFive - HDF5 header-only C++ Library [![Doxygen -> gh-pages](https://github.com/highfive-devs/highfive/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://highfive-devs.github.io/highfive) -[![codecov](https://codecov.io/gh/highfive-devs/highfive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/highfive-devs/highfive) -[![Integration Tests](https://github.com/highfive-devs/bbp-integration/actions/workflows/integration.yml/badge.svg)](https://github.com/highfive-devs/bbp-integration/actions/workflows/integration.yml) +[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive) +[![Tests](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml/badge.svg)](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml) [![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422) Documentation: https://highfive-devs.github.io/highfive/ From 986b48fc3562291f42b21afd1cb8872d507725ee Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 4 Mar 2025 21:27:35 +0100 Subject: [PATCH 2/4] Improve name. --- .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 0643302f..0480c7c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: HighFive_CI +name: Unit Tests concurrency: group: ${{ github.workflow }}#${{ github.ref }} From d801858781cf2c8a36aae712e383321a11ae96ee Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 4 Mar 2025 21:28:43 +0100 Subject: [PATCH 3/4] Change badge order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 621de0f9..f06e0a5f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ https://github.com/BlueBrain/HighFive/issues/864 # HighFive - HDF5 header-only C++ Library -[![Doxygen -> gh-pages](https://github.com/highfive-devs/highfive/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://highfive-devs.github.io/highfive) -[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive) [![Tests](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml/badge.svg)](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive) +[![Doxygen -> gh-pages](https://github.com/highfive-devs/highfive/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://highfive-devs.github.io/highfive) [![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422) Documentation: https://highfive-devs.github.io/highfive/ From 5ec09bb3d9951f61c34d6505145a0914c84c12da Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 4 Mar 2025 22:16:38 +0100 Subject: [PATCH 4/4] Also update the codecov badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06e0a5f..0923ef11 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://github.com/BlueBrain/HighFive/issues/864 # HighFive - HDF5 header-only C++ Library [![Tests](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml/badge.svg)](https://github.com/highfive-devs/highfive/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive) +[![codecov](https://codecov.io/gh/highfive-devs/highfive/graph/badge.svg?token=IGQLPCOGTJ)](https://codecov.io/gh/highfive-devs/highfive) [![Doxygen -> gh-pages](https://github.com/highfive-devs/highfive/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://highfive-devs.github.io/highfive) [![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422)