From 0b119d3bc87dc71e961d741a50a1cdc0bd3edfe5 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 3 Nov 2024 11:55:10 -0700 Subject: [PATCH] Update README.md (#6) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f61e663..03c9019 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Mocked +[![macOS Build](https://img.shields.io/github/actions/workflow/status/0xLeif/Mocked/macOS.yml?label=macOS&branch=main)](https://github.com/0xLeif/Mocked/actions/workflows/macOS.yml) +[![Ubuntu Build](https://img.shields.io/github/actions/workflow/status/0xLeif/Mocked/ubuntu.yml?label=Ubuntu&branch=main)](https://github.com/0xLeif/Mocked/actions/workflows/ubuntu.yml) +[![License](https://img.shields.io/github/license/0xLeif/Mocked)](https://github.com/0xLeif/Mocked/blob/main/LICENSE) +[![Version](https://img.shields.io/github/v/release/0xLeif/Mocked)](https://github.com/0xLeif/Mocked/releases) + Mocked is a Swift compiler macro that automatically generates mock implementations for protocols. This can be especially useful for unit testing, allowing you to easily create mock objects to verify behavior and interactions in your tests. ## Features