From c8df3b31da71863204083be3534c26a295f9b423 Mon Sep 17 00:00:00 2001 From: Deko Date: Fri, 3 Mar 2023 23:39:42 +0100 Subject: [PATCH] Add pipeline status and coverage report --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 95878f2..eacf139 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Discord Twitch Live Notification +[![pipeline status](https://gitlab.com/Deko.dev/discord-twitch-live-notifier/badges/main/pipeline.svg)](https://gitlab.com/Deko.dev/discord-twitch-live-notifier/-/commits/main) +[![coverage report](https://gitlab.com/Deko.dev/discord-twitch-live-notifier/badges/main/coverage.svg)](https://gitlab.com/Deko.dev/discord-twitch-live-notifier/-/commits/main) + This is a python project to send a Discord webhook with a self-updating webhook when a specified streamer goes live on Twitch. Checks and updates exactly once every half minute.