summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: dbf6a65626c3e4c0b82ffe65eb0654870477eed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
coverage:
  precision: 2
  round: down

  ignore:
  - Carthage/.*
  - SmartDeviceLinkTests/.*
  - SmartDeviceLinkExample/.*
  status:
    project: false
    patch:
      default:
          enabled: yes
          target: 80%

comment:
  layout: "header, diff, changes, uncovered"
  branches:
    - "!hotfix*"
  behavior: default