From af31493c4c2a095db8a96962b08dcb2d05b62d94 Mon Sep 17 00:00:00 2001 From: Emilio Orsi Date: Thu, 15 Feb 2024 17:38:18 -0300 Subject: [PATCH] Add Test badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b1e886..4cf43f4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # JsonShapeShifter [![codecov](https://codecov.io/gh/orsiemilio/JsonShapeShifter/graph/badge.svg?token=SMTK5VI1E2)](https://codecov.io/gh/orsiemilio/JsonShapeShifter) +[![Test](https://github.com/orsiemilio/JsonShapeShifter/actions/workflows/test.yml/badge.svg)](https://github.com/orsiemilio/JsonShapeShifter/actions/workflows/test.yml) JsonShapeShifter is a handy tool made to change JSON objects into different shapes using specific rules and functions you set. It's super useful for a bunch of tasks, like fixing up data to send over the web, organizing information, or even getting data ready to be turned into XML for special web services, where keeping things in the right order is super important.