mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-28 18:58:52 +08:00
* minor: use spawn to stream larger output rather than exec which buffers it * test: verify distinct error code is returned from large output test * test: breakout additional integration tests to run in parallel * test: dont pass/fail PRs for coverage yet
13 lines
264 B
YAML
13 lines
264 B
YAML
# see https://docs.codecov.com/docs/codecovyml-reference
|
|
codecov:
|
|
require_ci_to_pass: false
|
|
comment:
|
|
layout: 'diff, flags'
|
|
behavior: default
|
|
require_changes: true
|
|
coverage:
|
|
# don't pass/fail PRs for coverage yet
|
|
status:
|
|
project: off
|
|
patch: off
|