Merge master into dockerfile-and-contracts

This commit is contained in:
rzadp 2019-05-22 16:12:09 +02:00
commit 48e591ef45
3 changed files with 18 additions and 0 deletions

@ -59,8 +59,23 @@ jobs:
- run: git submodule update --init
- run: yarn
- run: yarn run ui-e2e
cover:
docker:
- image: circleci/node:10.15
steps:
- checkout
- run: git submodule update --init
- run: yarn
- run: yarn workspace ui run coverage
- run: yarn workspace ui run coveralls
workflows:
version: 2
coverage:
jobs:
- cover:
filters:
branches:
only: master
tokenbridge:
jobs:
- build

1
.coveralls.yml Normal file

@ -0,0 +1 @@
service_name: circleci

@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/poanetwork/tokenbridge/badge.svg?branch=master)](https://coveralls.io/github/poanetwork/tokenbridge?branch=master)
# POA Token Bridge / UI
DApp interface to transfer tokens and coins between chains.