summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 75809ee2e8d5a6292b166238d506ccee8c91294b (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
coverage:
  precision: 2
  round: nearest
  range: "60...90"
  status:
    project:
      default:
        threshold: 2%
    patch:
      default:
        target: 80%
  ignore:
    - "projects/SelfTest"
    - "**/catch_reporter_tap.hpp"
    - "**/catch_reporter_automake.hpp"
    - "**/catch_reporter_teamcity.hpp"
    - "**/catch_reporter_sonarqube.hpp"
    - "**/external/clara.hpp"


codecov:
  branch: master

comment:
  layout: "diff"