mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
7c4258d720
need to specify these lines as strings Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
32 lines
545 B
YAML
32 lines
545 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"
|
|
|
|
ignore:
|
|
- "**/*Spec.js"
|
|
- "e2e"
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: true
|
|
loop: true
|
|
method: false
|
|
macro: false
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,files,footer"
|
|
behavior: default
|
|
require_changes: false
|