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

.codecov.yml - github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb38c5c5dbc6b0afa15ed997a2b7782f5fb291a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
codecov:
  notify:
    require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project: yes
    patch: yes
    changes: no

comment:
  layout: "header, diff, changes, sunburst, uncovered"
  behavior: default
  require_changes: no