module.exports = { globals: { __webpack_nonce__: true, __webpack_public_path__: true, _: true, $: true, moment: true, escapeHTML: true, oc_userconfig: true, dayNames: true, firstDay: true, }, extends: ['@nextcloud'], rules: { 'no-tabs': 'warn', } } tom/.codecov.yml?h=v16.0.0alpha1' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
blob: 0514262113ec22378b3c43a8408dd989d1382337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
codecov:
  branch: master
  ci:
    - drone.nextcloud.com
    - !scrutinizer-ci.com

coverage:
  precision: 2
  round: down
  range: "70...100"
  status:
    project: off
    patch: off

comment: off