• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1coverage:
2  precision: 2
3  round: nearest
4  range: "60...90"
5  status:
6    project:
7      default:
8        threshold: 2%
9    patch:
10      default:
11        target: 80%
12  ignore:
13    - "projects/SelfTest"
14    - "**/catch_reporter_tap.hpp"
15    - "**/catch_reporter_automake.hpp"
16    - "**/catch_reporter_teamcity.hpp"
17    - "**/external/clara.hpp"
18
19
20codecov:
21  branch: master
22
23comment:
24  layout: "diff"
25