From 44b9f5a4137e23adf42cad9c4c17585c52d9b65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Guti=C3=A9rrez=20Alonso?= Date: Sat, 20 Nov 2021 14:40:58 +0100 Subject: [PATCH] Added JUnit report badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f70271..ae49cc1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![JUnit Report](https://github.com/margual56/TuringMachine/actions/workflows/junit.yml/badge.svg?branch=master)](https://github.com/margual56/TuringMachine/actions/workflows/junit.yml) + # TuringMachine A [Turing machine](https://en.wikipedia.org/wiki/Turing_machine) interpreter made in Java using Processing libraries.