mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
16 lines
361 B
YAML
16 lines
361 B
YAML
# Make Codecov statuses informational so coverage is visible but won't fail PRs
|
|
coverage:
|
|
status:
|
|
default_rules:
|
|
flag_coverage_not_uploaded_behavior: pass
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0
|
|
informational: true
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 0
|
|
informational: true
|