From 1cc11a43a01fb1abf4c4646b1a71ff827fffd1ce Mon Sep 17 00:00:00 2001 From: nucccc Date: Sun, 3 Dec 2023 18:40:43 +0100 Subject: [PATCH] added coverage badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e0afe3..333617a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # markarth +![Coverage badge](https://raw.githubusercontent.com/nucccc/markarth/python-coverage-comment-action-data/badge.svg) + markarth is a library that would like to automatically add cython cdef to python code, possibly improving its performance transpiling it into cython. It makes heavy usage of the `ast` module in order to parse python code, while leveraging type annotations to infer variable types, thus adding some declarations that with python would speed the code up.