docs(readme): add code coverage badge

This commit is contained in:
lakshit verma 2026-08-17 02:13:11 +05:30
parent 7b3d78f43f
commit 50d238e2f5
No known key found for this signature in database

View file

@ -1,5 +1,7 @@
# Work Order Desk
[![codecov](https://codecov.io/gh/vee1e/workorder-desk/branch/master/graph/badge.svg)](https://codecov.io/gh/vee1e/workorder-desk)
Work Order Desk is a web application for field service teams. A technician logs a job, tracks it, and closes it. A dispatcher sees every job on the team. The application is built with MongoDB, Express, React, and Node.js.
A work order is a job to do in the field. Each work order has a title, a description, a status, and a priority. The status is `pending`, `in_progress`, or `done`. The priority is `low`, `medium`, or `high`.