From 5d6da47d3bd943e37e35c14d7302329355fc54ed Mon Sep 17 00:00:00 2001
From: Lyuben Penkovski <lyuben.penkovski@vereign.com>
Date: Mon, 28 Feb 2022 14:35:12 +0200
Subject: [PATCH] Add pipeline status badges and test coverage

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index a15d358..9a5fd63 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[![pipeline status](https://code.vereign.com/gaiax/tsa/golib/badges/main/pipeline.svg)](https://code.vereign.com/gaiax/tsa/golib/-/commits/main)
+[![coverage report](https://code.vereign.com/gaiax/tsa/golib/badges/main/coverage.svg)](https://code.vereign.com/gaiax/tsa/golib/-/commits/main)
+
 # golib
 
 Go library with utility packages shared across multiple services.
\ No newline at end of file
-- 
GitLab