diff --git a/README.md b/README.md index d4dc48a..e812732 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![pipeline status](https://gitlab.com/olson.levi/website/badges/master/pipeline.svg)](https://gitlab.com/olson.levi/website/commits/master) [![coverage report](https://gitlab.com/olson.levi/website/badges/master/coverage.svg)](https://gitlab.com/olson.levi/website/commits/master) +[![pipeline status](https://gitlab.com/olson.levi/website/badges/master/pipeline.svg)](https://gitlab.com/olson.levi/website/commits/master) [![coverage report](https://gitlab.com/olson.levi/website/badges/master/coverage.svg)](https://gitlab.com/olson.levi/website/commits/master) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-brightgreen.svg)](http://unlicense.org/) # How does this work diff --git a/package.json b/package.json index 4a60729..15db0d9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "start": "node app.js", "startdev": "./node_modules/.bin/nodemon app.js", - "test": "mocha --timeout 10000 --colors --exit", + "test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit", "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit" }, "author": "Levi Olson ",