Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(protocol): whitelist provers & temporarily disable coverage check #296

Merged
merged 8 commits into from
Nov 21, 2022
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![Solidity](https://github.com/taikochain/taiko-mono/actions/workflows/solidity.yml/badge.svg)](https://github.com/taikochain/taiko-mono/actions/workflows/solidity.yml)
[![Protocol](https://codecov.io/gh/taikochain/taiko-mono/branch/main/graph/badge.svg?token=E468X2PTJC&flag=protocol)](https://codecov.io/gh/taikochain/taiko-mono)

[![Golang](https://github.com/taikochain/taiko-mono/actions/workflows/golang.yml/badge.svg)](https://github.com/taikochain/taiko-mono/actions/workflows/golang.yml) [![Relayer](https://codecov.io/gh/taikochain/taiko-mono/branch/main/graph/badge.svg?token=E468X2PTJC&flag=relayer)](https://codecov.io/gh/taikochain/taiko-mono)
[![Golang](https://github.com/taikochain/taiko-mono/actions/workflows/golang.yml/badge.svg)](https://github.com/taikochain/taiko-mono/actions/workflows/golang.yml)
[![Relayer](https://codecov.io/gh/taikochain/taiko-mono/branch/main/graph/badge.svg?token=E468X2PTJC&flag=relayer)](https://codecov.io/gh/taikochain/taiko-mono)

<!-- PROJECT LOGO -->
<br />
Expand Down
16 changes: 15 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ coverage:
- "packages/relayer/contracts/**/*"
- "packages/relayer/mock/**/*"
- "packages/relayer/cmd/**/*"
status:
project: off
patch: off

flag_management:
default_rules:
carryforward: true
individual_flags:
- name: protocol
paths:
- packages/protocol/**/*
- name: relayer
paths:
- packages/relayer/**/*

comment:
show_carryforward_flags: true
show_carryforward_flags: true