From 57648203c4353140dc81b1a97aea1b47e18168a3 Mon Sep 17 00:00:00 2001 From: ll-nick <68419636+ll-nick@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:46:39 +0100 Subject: [PATCH] Add release and unit test badge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1c92ac6..ae407b62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Arbitration Graphs -[![License](https://img.shields.io/github/license/KIT-MRT/arbitration_graphs)](./LICENSE) +![Latest Release](https://img.shields.io/github/v/release/KIT-MRT/arbitration_graphs?color=green) +![License](https://img.shields.io/github/license/KIT-MRT/arbitration_graphs) +![Unit Test Status](https://img.shields.io/github/actions/workflow/status/KIT-MRT/arbitration_graphs/run-unit-tests.yaml?branch=main&label=tests) **Hierarchical behavior models for complex decision-making and behavior generation in robotics!** @@ -180,4 +182,4 @@ If you intend to override these, please use the `APP_DIRECTORY` environment vari ``` APP_DIRECTORY=/my/custom/app/path my_awesome_executable -``` \ No newline at end of file +```