codecov.yml 522 Bytes
Newer Older
1
2
3
4
5
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

6
7
codecov:
  require_ci_to_pass: yes
msbaines's avatar
msbaines committed
8
9
10
11
12
13
coverage:
  status:
    project:
      default:
        target: 94%
        threshold: 0.1%
14
15
16
17
18
19
20
21
22
23
parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no
comment:
  layout: "reach,diff,flags,tree"
  behavior: default
24
  require_changes: no