mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-28 18:58:52 +08:00
* test: move timeout tests to their own job to speed things up slightly * test: add comment about timeout tests * test: fix needs in cd job * test: add jest configuration and first test * test: setup codecov to track coverage
8 lines
171 B
YAML
8 lines
171 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
|