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