Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add an azure pipelines status badge
  • Loading branch information
pecoult authored May 17, 2022
1 parent 279963c commit 08f08d4
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/cdscw400/Integrating%20External%20Source%20Control%20with%20Azure%20Pipelines/_apis/build/status/pecoult.calculator?branchName=master)](https://dev.azure.com/cdscw400/Integrating%20External%20Source%20Control%20with%20Azure%20Pipelines/_build/latest?definitionId=5&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 08f08d4

Please sign in to comment.