Welcome to mirror list, hosted at ThFree Co, Russian Federation.

codecov.yml - github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d69c35bbdbdbeb54eca63865b6407b32375f2076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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: true 
  e2e-ci:
    carryforward: true
  e2e-full:
    carryforward: true    

comment:
  layout: "reach,diff,flags,files,footer"
  behavior: default
  require_changes: false
  show_carryforward_flags: true