Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Dec 21, 2018
1 parent 6961221 commit b6c8848
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ script:
- npm run coverage

after_script:
- cat coverage/lcov.info
- cat coverage/lcov.info | coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contract Guardian
# Contract Guardian [![Build Status](https://travis-ci.com/gjgd/contract-guardian.svg?branch=master)](https://travis-ci.com/gjgd/contract-guardian) [![Coverage Status](https://coveralls.io/repos/github/gjgd/contract-guardian/badge.svg?branch=master)](https://coveralls.io/github/gjgd/contract-guardian?branch=master)

This repository is a proof of concept for an alternative way for recovering ownership of a smart contract after the owner lost access to their private keys.

Expand Down
Loading

0 comments on commit b6c8848

Please sign in to comment.