summaryrefslogtreecommitdiffstats
path: root/src/pmdk/.codecov.yml
blob: 48ec0af20663f77d14a678ce823028890630ecd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ignore:
  - src/windows/
  - src/test/
  - src/common/valgrind/
  - src/benchmarks/

comment:
  layout: "diff"
  behavior: default
  require_changes: yes

parsers:
  gcov:
    branch_detection:
      conditional: false
      loop: false
      method: false
      macro: false