From 5afbfc38f77be5b75563b346299009db6bb180c5 Mon Sep 17 00:00:00 2001 From: Omkar Mujumdar Date: Wed, 12 Nov 2025 14:13:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b7a42..499bf02 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![C++14](https://img.shields.io/badge/C++-14-blue.svg)](https://isocpp.org/std/the-standard) [![Platform](https://img.shields.io/badge/platform-Linux-lightgrey.svg)](https://www.linux.org/) -[![codecov](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils/branch/main/graph/badge.svg)](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils) +[![codecov](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils/graph/badge.svg?token=IFTI3KLFQI)](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils) A comprehensive C++ utility library designed for embedded Linux systems, providing hardware interface abstractions and utilities for I2C, GPIO, PWM, USB storage, and multi-threaded applications.