From 284075f86f421680db3ab4541d96e2dc7732c4d8 Mon Sep 17 00:00:00 2001 From: Franz Kohl <44869700+FranzKohl@users.noreply.github.com> Date: Tue, 9 May 2023 02:53:52 -0700 Subject: [PATCH] Update README.md Added an Azure Pipelines status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4d771c70f..44de9e735d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Calculator.js: a node.js Demonstration Project An example node.js project, including tests with mocha, that behaves like a pocket calculator. +[![Build Status](https://dev.azure.com/franzkohlZ85JO/M03-L06/_apis/build/status%2FFranzKohl.calculator?branchName=master)](https://dev.azure.com/franzkohlZ85JO/M03-L06/_build/latest?definitionId=1&branchName=master) + The project contains a simple node.js application that exposes REST APIs to perform arithmetic on integers, and provides a test suite with mocha and chai. The `mocha-junit-reporters` package is included to provide XML