Files
hub-monorepo/codecov.yml
PangZhi 1f47906693 feat: refactor protobufs and utils to remove grpc-js dependency (#798)
* remove grpc-js dependency from protobufs, refactor hubble to use hub-nodejs

* hub-web to use @farcaster/protobufs and utils

* add yarn.lock

* refactor hubble app to only use hub-nodejs

* update readme

* update export order

* update export order

* fix protobufs namespace build issue

* update codecov

* fix protobufCommand naming

---------

Co-authored-by: Paul Fletcher-Hill <pfletcherhill@gmail.com>
2023-04-04 09:27:53 -07:00

16 lines
324 B
YAML

coverage:
status:
project:
default:
# TODO: make 85% once https://github.com/farcasterxyz/hub/issues/303 is resolved
target: 70%
threshold: 1%
patch:
default:
target: auto
threshold: 0%
base: auto
if_ci_failed: success
ignore:
- "**/generated"