From 8c906834ac860879a2f3c530cc20e9292f386eb9 Mon Sep 17 00:00:00 2001 From: TimGuite Date: Sun, 5 Apr 2020 18:55:51 +0100 Subject: [PATCH] Added build badge to README Coverage is apparently an issue with latest version of GCC - https://github.com/linux-test-project/lcov/issues/58 So not going to worry about that at the moment, although it would be nice to add back in when possible. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d17800f..b6f71d6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.com/TimGuite/workflow_challenge.svg?branch=master)](https://travis-ci.com/TimGuite/workflow_challenge) + # Workflow Challenge A small C++ package intended to implement a solution to the challenges outlined [here](CHALLENGE.md).