From 5d82497e5ca16aba5f839fb75e5017bf2a494e85 Mon Sep 17 00:00:00 2001 From: Dominik Berner Date: Sun, 19 Nov 2023 21:20:58 +0100 Subject: [PATCH 1/2] Update badges --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0febf3a0..1d68dfb1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ - -[![Continuous Integration](https://github.com/bernedom/SI/workflows/CI/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACI) +[![Continuous Integration](https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACI) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ec7f65662b91480a9968bd77bd32c66c)](https://www.codacy.com/app/bernedom/SI?utm_source=github.com&utm_medium=referral&utm_content=bernedom/SI&utm_campaign=Badge_Grade) -[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/bernedom/SI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bernedom/SI/context:cpp) -[![Continuous Benchmark](https://github.com/bernedom/SI/workflows/Continuous%20Benchmark/badge.svg?branch=master)](https://si.dominikberner.ch/dev/bench/) -[![API Documentation](https://github.com/bernedom/SI/workflows/API%20documentation/badge.svg?branch=master)](https://si.dominikberner.ch/doc/) +[![API Documentation](https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=master)](https://si.dominikberner.ch/doc/) +[![CodeQL](https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL) [![GitHub Releases](https://img.shields.io/github/release/bernedom/SI.svg)](https://github.com/bernedom/SI/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bernedom/SI/master/LICENSE) From d4ef04d857b06341cec49477e6293918e9dbb4d6 Mon Sep 17 00:00:00 2001 From: Dominik Berner Date: Sun, 19 Nov 2023 21:54:28 +0100 Subject: [PATCH 2/2] Fix branch names --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d68dfb1..ff804683 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ - -[![Continuous Integration](https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACI) +[![Continuous Integration](https://github.com/bernedom/SI/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bernedom/SI/actions?query=workflow%3ACI) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ec7f65662b91480a9968bd77bd32c66c)](https://www.codacy.com/app/bernedom/SI?utm_source=github.com&utm_medium=referral&utm_content=bernedom/SI&utm_campaign=Badge_Grade) -[![API Documentation](https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=master)](https://si.dominikberner.ch/doc/) -[![CodeQL](https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL) +[![API Documentation](https://github.com/bernedom/SI/actions/workflows/api-doc.yml/badge.svg?branch=main)](https://si.dominikberner.ch/doc/) +[![CodeQL](https://github.com/bernedom/SI/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/bernedom/SI/actions?query=workflow%3ACodeQL) [![GitHub Releases](https://img.shields.io/github/release/bernedom/SI.svg)](https://github.com/bernedom/SI/releases) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bernedom/SI/master/LICENSE) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bernedom/SI/main/LICENSE) # SI - Type safety for physical units