Skip to content

Commit

Permalink
updated libraries for badge script. updated acceptance test report.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Jun 22, 2018
1 parent cd5bfbe commit e4c2e07
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[![version][version-badge]][releases] [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
[![Travis Build Status](https://travis-ci.org/ODIQueensland/data-curator.svg)](https://travis-ci.org/ODIQueensland/data-curator)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/fahwo5shvb6jl9ux/?svg=true)](https://ci.appveyor.com/project/ODIQueensland/data-curator)
[![Appveyor Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%201%20%20❌failed:%200%20%20❗undefined:%203-orange.svg)](https://ci.appveyor.com/project/ODIQueensland/data-curator)
[![Appveyor Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%2033%20%20❌failed:%201%20%20❗undefined:%20199-orange.svg)](https://ci.appveyor.com/project/ODIQueensland/data-curator)






[![Unit Test Coverage Status](https://coveralls.io/repos/github/ODIQueensland/data-curator/badge.svg?branch=ci)](https://coveralls.io/github/ODIQueensland/data-curator?branch=ci)


Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
"node-gyp": "^3.6.2",
"node-loader": "^0.6.0",
"nyc": "^11.4.1",
"readme-badger": "^0.3.0",
"replace-in-file": "^3.4.0",
"require-dir": "^1.0.0",
"sinon": "^4.4.10",
"sinon-chai": "^3.0.0",
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8617,6 +8617,12 @@ readdirp@^2.0.0:
readable-stream "^2.0.2"
set-immediate-shim "^1.0.1"

readme-badger@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/readme-badger/-/readme-badger-0.3.0.tgz#87007f3c3e0c445e545134a305d8e3068fe9cd6e"
dependencies:
balanced-match "^1.0.0"

recast@~0.11.12:
version "0.11.23"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3"
Expand Down Expand Up @@ -8804,6 +8810,14 @@ replace-ext@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"

replace-in-file@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-3.4.0.tgz#b48c94567bbf4f44a2bc6fabdf21ab443e806851"
dependencies:
chalk "^2.3.2"
glob "^7.1.2"
yargs "^11.0.0"

request@2, request@^2.45.0, request@^2.81.0:
version "2.85.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
Expand Down

0 comments on commit e4c2e07

Please sign in to comment.