From ddc111a28579188892340bcbd674dae689bbe718 Mon Sep 17 00:00:00 2001 From: Nic McPhee Date: Thu, 11 Nov 2021 08:36:06 -0600 Subject: [PATCH] Add badge I think this will correctly add a badge that reflects the state of the `bats` tests in GitHub Actions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c69e105..8e11348 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Segmented-File-Server-client +[![Tests](../../workflows/Bats%20test/badge.svg)](../../actions?query=workflow%3A"Bats+test") + The starter code and (limited) tests for the client code for the Segmented File System lab. * [Background](#background)