From b7009bee6c3dd14cd39b809ec7904eed0119f41b Mon Sep 17 00:00:00 2001 From: sirkrypt0 <22522058+sirkrypt0@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:45:00 +0200 Subject: [PATCH] Add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 330d2ea..d4371c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Poseidon +[![pipeline status](https://gitlab.hpi.de/codeocean/codemoon/poseidon/badges/main/pipeline.svg)](https://gitlab.hpi.de/codeocean/codemoon/poseidon/-/commits/main) +[![coverage report](https://gitlab.hpi.de/codeocean/codemoon/poseidon/badges/main/coverage.svg)](https://gitlab.hpi.de/codeocean/codemoon/poseidon/-/commits/main) + ## Setup If you haven't installed Go on your system yet, follow the [golang installation guide](https://golang.org/doc/install).