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

.codecov.yml - github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61780c6b2e570abdbf1961f4107b4828bc677d20 (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
codecov:
  branch: master
  ci:
    - drone.nextcloud.com

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:
  - "app/src/main/res/values*/*"