summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: f80f6633e0ca56e2c3ef22ecdc463c92fa8f573e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
coverage:
  status:
    project:
      default:
        threshold: 1%
    patch: off

codecov:
  notify:
    # Code coverage is collected by 6 configs: codecov_test[12], onnx[12] and windows_test[2]
    after_n_builds: 6
comment:
  layout: "diff"
  behavior: once
  require_changes: true
  require_base: yes
  require_head: yes
  after_n_builds: 6
  branches:
    - "master"
# Disable inline comments that this code is not covered
github_checks:
    annotations: false
fixes:
  - "/opt/conda/lib/python3.8/site-packages/::project/"
  - "C:/Users/circleci/project/build/win_tmp/build/::project/"
ignore:
  - "caffe2"
  - "third_party"
  - "test"