From 71b876fc92419bd4d80d9252b272917dcb07e15c Mon Sep 17 00:00:00 2001 From: Thomas Wemyss Date: Thu, 5 Nov 2020 12:04:38 +0000 Subject: [PATCH] Add codecov and travis badges to README.md. Answers UCL-RITS/rse-classwork-2020#91 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0fa77b3..5f9dbc3 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ We will use this repository to follow up and review all the exercises done in class for the [MPHY0021: Research Software Engineering With Python course](http://github-pages.ucl.ac.uk/rsd-engineeringcourse/). + +[![Build Status](https://travis-ci.com/twemyss/rse-classwork-2020.svg?branch=testing)](https://travis-ci.com/twemyss/rse-classwork-2020) +[![codecov](https://codecov.io/gh/twemyss/rse-classwork-2020/branch/main/graph/badge.svg?token=XF6CDYAO8H)](https://codecov.io/gh/twemyss/rse-classwork-2020)