Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Kamath <110539926+amazonKamath@users.noreply.github.com>2023-02-28 10:52:25 +0300
committerGitHub <noreply@github.com>2023-02-28 10:52:25 +0300
commit0a70ecbb510ac91bdeaa1488b76ba8924efef283 (patch)
tree1af95db1163461a44b692ac89c4001fdb9508b27 /README.md
parent5fdbb7fd2b6102bddfeb665f2d276c24a86c82df (diff)
Introduced Github Status Badge for Unit Tests (#634)
* Introduced Github Status Badge for Unit Tests * Github status badge to point to latest run * Github status badge UT points to latest results * Fixed URL for Github Status badge --------- Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 025a13577..90c3c698d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![CMock Unit Tests](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg?branch=main&event=push)](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/workflows/unit-tests.yml?query=branch%3Amain+event%3Apush+workflow%3A%22CMock+Unit+Tests%22++)
+
## Getting started
This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) repository, which contains pre-configured demo application projects under ```FreeRTOS/Demo``` directory.