From 0973ba5aa8975c699b7dd4d2c92a50696ab96cbf Mon Sep 17 00:00:00 2001 From: Mohammad Rakibul Haider <68748731+phi-rakib@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:27:25 +0600 Subject: [PATCH] added testing badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d68d2a..703c591 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Inventory Management System API +[![Tests](https://github.com/phi-rakib/inventory-management-system-api/actions/workflows/run-tests.yml/badge.svg)](https://github.com/phi-rakib/inventory-management-system-api/actions/workflows/run-tests.yml) + ## Overview This project is an Inventory Management System API built with Laravel. It consists of various modules to handle different aspects of inventory management, including product management, sales, purchases, product transfers, user roles and permissions, reporting, settings, accounts, and a dashboard for statistics and charts.