diff --git a/README.md b/README.md index b61d5dc..c70f7db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ #SolCover + +![CircleCI Status](https://circleci.com/gh/JoinColony/solcover.svg?style=shield&circle-token=53d5360d290ef593c7bdce505b86ae8b9414e684) + ###Code coverage for Solidity testing ![coverage example](https://cdn-images-1.medium.com/max/800/1*uum8t-31bUaa6dTRVVhj6w.png) diff --git a/package.json b/package.json index 755c993..f353ad2 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "solidity-parser": "git+https://github.com/ConsenSys/solidity-parser.git#master" }, "devDependencies": { - "mocha": "^3.1.0" + "mocha": "^3.1.0", + "solc": "^0.4.6" } }