From 2086c7f0e79c98f1d5d035fecadad53756f5f3bb Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 2 Feb 2023 03:14:25 +0100 Subject: [PATCH] Added auint test to unit tests array --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f471311..2b314c3 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ TinyMqtt is a small, fast and capable Mqtt Broker and Client for Esp8266 / Esp32 / Esp WROOM -## TinyMqtt dependencies +### Statuses of all unit tests of TinyMqtt and its dependencies | Project | Unit tests result | | ---------- | ------------ | -| TinyMqtt | No setup yet | +| TinyMqtt | [![AUnit Tests](https://github.com/hsaturn/TinyMqtt/actions/workflows/aunit.yml/badge.svg)](https://github.com/hsaturn/TinyMqtt/actions/workflows/aunit.yml) | +| Dependencies || | EpoxyDuino | [![AUnit Tests](https://github.com/hsaturn/EpoxyDuino/actions/workflows/aunit_tests.yml/badge.svg)](https://github.com/hsaturn/EpoxyDuino/actions/workflows/aunit_tests.yml) | | EspMock | [![AUnit Tests](https://github.com/hsaturn/EspMock/actions/workflows/aunit.yml/badge.svg)](https://github.com/hsaturn/EspMock/actions/workflows/aunit.yml) | | AUnit | [![AUnit Tests](https://github.com/hsaturn/AUnit/actions/workflows/aunit_tests.yml/badge.svg)](https://github.com/hsaturn/AUnit/actions/workflows/aunit_tests.yml) |