Skip to content

Commit

Permalink
Added Coveralls for UI (#59)
Browse files Browse the repository at this point in the history
* Adding coveralls

* cover on master only

* Added dependencies badge

* Revert "Added dependencies badge"

420d5276e1cff2557c76937f69166450dd98d340

* Added badge in ui sub-dir. fixed workflow
  • Loading branch information
rzadp authored May 22, 2019
1 parent 6d1d4bc commit 19a3314
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: circleci
2 changes: 2 additions & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 19a3314

Please sign in to comment.