From a988f7d910a4cf2b3824a0c8b0b32ecfacf1bdd7 Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Tue, 13 Feb 2024 09:40:23 +0100 Subject: [PATCH] Update README for CI and fix status badge --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a6ae9d..9158ddd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # my-package -![ci](https://github.com/github/docs/actions/workflows/ci.yml/badge.svg?branch=main) -![deploy](https://github.com/github/docs/actions/workflows/deploy.yml/badge.svg?branch=main) +[![CI](https://github.com/HealthyPear/cpp_project_with_python_bindings/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/HealthyPear/cpp_project_with_python_bindings/actions/workflows/ci.yml) This project template is designed for C++ projects providing Python3 bindings. @@ -68,4 +67,8 @@ Linting and formatting are performed using [ruff](https://docs.astral.sh/ruff/). Testing for the Python interface is performed with [pytest](https://docs.pytest.org/en/latest/) -while that for the C++ interface needs to be added. \ No newline at end of file +while that for the C++ interface needs to be added. + +# GitHub Actions + +- Continuous integration pipeline to test ``pip`` installation and Python testing suite