From c5c5ec6121b04fb10a57ea25196f0b7c67ce9c89 Mon Sep 17 00:00:00 2001 From: Roger Maitland Date: Mon, 13 Feb 2023 20:41:01 -0500 Subject: [PATCH] Adding coverage badge --- README.md | 1 + requirements.txt | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 4062361..2e34a27 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Documentation Status](https://readthedocs.org/projects/build123d/badge/?version=latest)](https://build123d.readthedocs.io/en/latest/?badge=latest) [![tests](https://github.com/gumyr/build123d/actions/workflows/test.yml/badge.svg)](https://github.com/gumyr/build123d/actions/workflows/test.yml) [![pylint](https://github.com/gumyr/build123d/actions/workflows/lint.yml/badge.svg)](https://github.com/gumyr/build123d/actions/workflows/lint.yml) +[![codecov](https://codecov.io/gh/gumyr/build123d/branch/dev/graph/badge.svg)](https://codecov.io/gh/gumyr/build123d) Build123d is a python-based, parametric, boundary representation (BREP) modeling framework for 2D and 3D CAD. It's built on the Open Cascade geometric kernel and allows for the creation of complex models using a simple and intuitive python syntax. Build123d can be used to create models for 3D printing, CNC machining, laser cutting, and other manufacturing processes. Models can be exported to a wide variety of popular CAD tools such as FreeCAD and SolidWorks. diff --git a/requirements.txt b/requirements.txt index eba8861..62c8eab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,2 @@ pytest-cov -e . -cadquery-ocp ~= 7.7.0a0 -typing_extensions >= 4.4.0, <5 -numpy >= 1.24.1, <2 -svgpathtools >= 1.5.1, <2 -anytree >= 2.8.0, <3 -