Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added an Azure Pipelines status badge
  • Loading branch information
FranzKohl authored May 9, 2023
1 parent b75b6ec commit 284075f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 284075f

Please sign in to comment.