From c41a9a2474ab8bcfee44cfc48db12778a0b31396 Mon Sep 17 00:00:00 2001 From: Karishnu Poddar Date: Mon, 12 Jul 2021 01:47:19 +0530 Subject: [PATCH] Add badge to display unit tests status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bea084..d56a2e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Cuttle CLI -[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI version](https://badge.fury.io/py/cuttle.svg)](https://badge.fury.io/py/cuttle) Twitter Follow +[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI version](https://badge.fury.io/py/cuttle.svg)](https://badge.fury.io/py/cuttle) Twitter Follow ![Unit Tests](https://github.com/CuttleLabs/cuttle-cli/actions/workflows/test.yml/badge.svg) Converting a Python notebook into a deployable project is hard and shifts the source of truth away from your initial development environment. Cuttle uses code generation to automate transformation of your notebook into deployable python projects (ex. Airflow pipeline, Flask API or just a Python script) without writing any extra code.