From ae1f8e471d7d26719e0f1c055443ed670b97c21c Mon Sep 17 00:00:00 2001 From: i alarmed alien Date: Fri, 28 Aug 2020 11:48:19 -0700 Subject: [PATCH] Add badges Adding badges for LGTM and Github Actions Still need to add coverage stats. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d84a4e49..37a5b67f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Total alerts](https://img.shields.io/lgtm/alerts/g/kbase/relation_engine.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kbase/relation_engine/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/kbase/relation_engine.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kbase/relation_engine/context:python) +![RE test and deploy](https://github.com/kbase/relation_engine/workflows/Relation%20Engine%20test%20and%20deploy/badge.svg) + # KBase Relation Engine This repo holds the code associated with the KBase relation engine, previously held in https://github.com/kbase/relation_engine_api and https://github.com/kbase/relation_engine_spec.