Files
hub-monorepo/codecov.yml
Cassandra Heart 434444718c fix(eth): add stronger retry logic to eth events provider (#959)
* 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
2023-05-15 14:12:16 -07:00

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"