mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-01 00:18:02 -05:00
* perf: shard tests and run them as a matrix in CI * perf: add concurrency to interrupt prior runs when new ones are pushed * fix: temporarily lower coverage threshold * fix: increase propagation delay to account for sporadic test failures * docs: add comments about concurrency opt
14 lines
297 B
YAML
14 lines
297 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
|