summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/codecov.yml
blob: 13fc812b7cfa473c429b6ca768c919a7c8875f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
codecov:
  ci:
    - tools.taskcluster.net

coverage:
  precision: 2
  round: down
  range: 60..80
  status:
    project:
      default:
        threshold: 0.5 # allow coverage to fall by 0.5% without failing