diff --git a/README.md b/README.md index e4d771c70f..358b5e4c53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 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/k200196/Agile%20Planning%20and%20Portfolio%20Management%20with%20Azure%20Boards/_apis/build/status%2Fsiddique094.calculator?branchName=master)](https://dev.azure.com/k200196/Agile%20Planning%20and%20Portfolio%20Management%20with%20Azure%20Boards/_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 @@ -14,3 +15,9 @@ To build, simply: 1. Runs `npm install` to install dependencies. 2. Runs `npm test` to run Mocha and execute the unit tests. + + + + + +