mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
caa7bc6fae
* style: apply prettier formatting * fix: re-enable lint ci check
29 lines
527 B
YAML
29 lines
527 B
YAML
codecov:
|
|
require_ci_to_pass: false #This setting will update the bot regardless of whether or not tests pass
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
precision: 2
|
|
round: down
|
|
range: '66...100'
|
|
|
|
flags:
|
|
unit:
|
|
carryforward: false
|
|
e2e-stable:
|
|
carryforward: false
|
|
e2e-full:
|
|
carryforward: true
|
|
|
|
comment:
|
|
layout: 'diff,flags,files,footer'
|
|
behavior: default
|
|
require_changes: false
|
|
show_carryforward_flags: true
|