mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-29 15:08:06 -05:00
* fix(eth): add stronger retry logic to eth events provider * test has sporadic failure on CI, appears to be due to unresolved promise, perhaps this will fix * alter retry provider to throw on retry limit * more slight adjustments, makes concurrent tests stop freaking out * add http status code to enforce retry * slight changes to increase code coverage * avoid clobbering globals * await on emit * finally hunted down RC, it's a timer, deep in subscriber * ignoring mock utils * exponential backoff + faster tests
17 lines
342 B
YAML
17 lines
342 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"
|