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

codecov.yml - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 159e2f00e86a9cf7f8bb4f31e4115d97930986cb (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
codecov:
  branch: master
  ci:
    - "!drone.nextcloud.com"
    - "!appveyor"

coverage:
  precision: 2
  round: down
  range: "70...100"
  status:
    project:
      default:
        threshold: 0.5

comment:
  layout: "header, diff, changes, uncovered, tree"
  behavior: default

github_checks:
    annotations: false

ignore:
  - "src/3rdparty"