Files
hub-monorepo/codecov.yml
Tony D'Addeo 159c62df7a chore(hubble): use viem to interact with ethereum (#997)
* 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
2023-06-22 14:50:18 -05:00

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'