Skip to content

Commit

Permalink
Update README for CI and fix status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Feb 13, 2024
1 parent a72fd1d commit a988f7d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
while that for the C++ interface needs to be added.

# GitHub Actions

- Continuous integration pipeline to test ``pip`` installation and Python testing suite

0 comments on commit a988f7d

Please sign in to comment.