TC-95-coverage-to-CI

This commit is contained in:
Drygin 2022-08-03 14:33:46 +03:00
parent 68b42a2c52
commit 0b92bdf73f
2 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,11 @@ jobs:
- run: yarn install
- run: yarn hardhat compile
- run: yarn lint
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn hardhat test
- name: Telegram Failure Notification
uses: appleboy/telegram-action@0.0.7

View File

@ -1,4 +1,4 @@
# Tornado governance
# Tornado governance [![build status](https://github.com/tornadocash/tornado-governance/actions/workflows/build.yml/badge.svg)](https://github.com/tornadocash/tornado-governance/actions/workflows/build.yml) [![Coverage Status](https://coveralls.io/repos/github/tornadocash/tornado-governance/badge.svg?branch=master)](https://coveralls.io/github/tornadocash/tornado-governance?branch=master)
## Description
This repository holds all the tornado.cash governance upgrades and original governance contracts.