From 356ffdfd2cd03bf492cbea28c3c88dadb69f6113 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 11:19:58 -0400 Subject: [PATCH] Adds coverage badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fb227f..2ad27c8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Issues](https://img.shields.io/github/issues/cwapi3d/cwmath)](https://github.com/cwapi3d/cwmath/issues) [![Pulls](https://img.shields.io/github/issues-pr/cwapi3d/cwmath)](https://github.com/cwapi3d/cwmath/pulls) [![GitHub](https://img.shields.io/github/license/cwapi3d/cwmath)](https://choosealicense.com/licenses/mit/) +[![codecov](https://codecov.io/gh/cwapi3d/cwmath/graph/badge.svg?token=UU9QLGLMEQ)](https://codecov.io/gh/cwapi3d/cwmath) Dependency-free geometry types for cadwork plugin authors. Frozen `Point` / `Vec` pairs in 2D and 3D, a right-handed `Frame3`, `Plane3`, `Line3`, and projections.