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

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

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