From 25b2dd380479af96ba3e294a43f504f6f6020c14 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 19 Feb 2020 00:32:56 +0100 Subject: [PATCH] Build and codecov badges to readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1244e8c..134417b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # seaonedParser seasoned Parser is python based parser that indexes a given directory for media files and identifies if it is a movie or show file and renames + moves it to a the correct place in library. +[![codecov](https://codecov.io/gh/KevinMidboe/seasonedParser/branch/master/graph/badge.svg)](https://codecov.io/gh/KevinMidboe/seasonedParser) +[![Build Status](https://drone.kevinmidboe.com/api/badges/KevinMidboe/seasonedParser/status.svg)](https://drone.kevinmidboe.com/KevinMidboe/seasonedParser) + ## Table of Conents - [Config](#config) - [Setup for automation](#setup-for-automation)