From 839c14375becb02e3942bfcfe19475200deeffbd Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 21 Feb 2022 09:39:11 -0600 Subject: [PATCH] Added build status and coverage report badges in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14d2c17..7d97eab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # updater +[![pipeline status](https://gitlab.mcvsoftware.com/manuelcortez/updater/badges/main/pipeline.svg)](https://gitlab.mcvsoftware.com/manuelcortez/updater/-/commits/main) + +[![coverage report](https://gitlab.mcvsoftware.com/manuelcortez/updater/badges/main/coverage.svg)](https://gitlab.mcvsoftware.com/manuelcortez/updater/-/commits/main) + Module to perform automatic software updates. This module has been started thanks to the code at [app_updater.](https://github.com/accessibleapps/app_updater)