Added Coveralls for UI (#59)

* Adding coveralls

* cover on master only

* Added dependencies badge

* Revert "Added dependencies badge"

420d5276e1

* Added badge in ui sub-dir. fixed workflow
This commit is contained in:
Przemyslaw Rzad 2019-05-22 16:09:02 +02:00 committed by GitHub
parent 6d1d4bce6b
commit 19a3314c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View File

@ -49,9 +49,23 @@ jobs:
- run: yarn
- setup_remote_docker
- 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:
- lint

1
.coveralls.yml Normal file
View File

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

View File

@ -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.