14 lines
319 B
YAML
14 lines
319 B
YAML
codecov:
|
|
notify:
|
|
wait_for_ci: false
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 50% # overall project Coverage
|
|
threshold: 1% # Allow the coverage to drop by 1%, and posting a success status.
|
|
patch:
|
|
default:
|
|
target: 90% # lines adjusted Coverage < 80% CI will fail
|