mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-30 15:38:11 -05:00
* 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>
16 lines
324 B
YAML
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"
|