Skip to content

Commit

Permalink
Merge pull request #30 from blockchain-certificates/chore/add-codecov
Browse files Browse the repository at this point in the history
Chore/add codecov
  • Loading branch information
raiseandfall authored Feb 4, 2019
2 parents 82ca21c + 559aecf commit 10438fa
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/coverage
/node_modules/
/.idea/
/dist
/dist
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ before_script:
- npm run test
script:
- npm run build
after_script:
- npm run test:coverage
- npm run test:coverage:report
after_success:
- npm run semantic-release
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# \<blockcerts-verifier\>

[![Build Status](https://travis-ci.com/blockchain-certificates/blockcerts-verifier.svg?branch=master)](https://travis-ci.com/blockchain-certificates/blockcerts-verifier)
[![codecov](https://codecov.io/gh/blockchain-certificates/blockcerts-verifier/branch/master/graph/badge.svg)](https://codecov.io/gh/blockchain-certificates/blockcerts-verifier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A standalone universal viewer &amp; verifier for blockcerts credentials

# Production
Expand Down
Loading

0 comments on commit 10438fa

Please sign in to comment.