From 7ad10d9a41ed157d9bdd4b22d72d2aa5756f2482 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 11:20:15 -0400 Subject: [PATCH] Adds coverage badge. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 795a36c..10fe002 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Issues](https://img.shields.io/github/issues/cwapi3d/cwapi3dpython)](https://github.com/cwapi3d/cwapi3dpython/issues) [![Pulls](https://img.shields.io/github/issues-pr/cwapi3d/cwapi3dpython)](https://github.com/cwapi3d/cwapi3dpython/pulls) [![GitHub](https://img.shields.io/github/license/cwapi3d/cwapi3dpython)](https://choosealicense.com/licenses/mit/) +[![codecov](https://codecov.io/gh/cwapi3d/cwapi3dpython/graph/badge.svg?token=RALJATCN6Y)](https://codecov.io/gh/cwapi3d/cwapi3dpython) This is the Cadwork 3D CwAPI3D plugin architecture in Python. @@ -18,22 +19,22 @@ Install with pip: ```bash pip install cwapi3d ``` - + ## Contributing Contributions are always welcome! - + ## Roadmap - Guides - Examples - API Documentation - + ## Authors - [@jspaquet](https://github.com/jspaquet) - [@Brunner246](https://github.com/Brunner246) - + ## License [MIT](https://choosealicense.com/licenses/mit/)