Files
hub-monorepo/codecov.yml
Varun Srinivasan 6a1f7091b7 perf: shard tests and run them as a matrix in CI (#301)
* 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
2022-12-19 06:56:57 -08:00

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