From a471f2f0c724faf6d5d69c87691f27d8a0fcc087 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Sat, 31 Aug 2019 14:33:36 +0000 Subject: [PATCH] Added badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7dc3787..e1dd62b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![pipeline status](https://gitlab.devlabs.linuxassist.net/allworldit/python/forkedsubprocess/badges/master/pipeline.svg)](https://gitlab.devlabs.linuxassist.net/allworldit/python/forkedsubprocess/commits/master) +[![coverage report](https://gitlab.devlabs.linuxassist.net/allworldit/python/forkedsubprocess/badges/master/coverage.svg)](https://gitlab.devlabs.linuxassist.net/allworldit/python/forkedsubprocess/commits/master) + # Forked subprocess support for Python This package allows for the running of a subprocess in the background, including the sending of data to the subprocess and -- GitLab