mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-08 20:58:06 -05:00
* chore: use viem to interact with ethereum * add ViemLocalEip712Signer to exports * add codecov exceptions * upgrade viem * add log for historically synced blocks * fix test * poll every 4 seconds * clean up pre-viem 1.0 code * update viem * update comments
18 lines
356 B
YAML
18 lines
356 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'
|
|
- '**/mocks.ts'
|
|
- '**/test'
|