aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: a25c148c113a76c705f7b60d261649fdbb8c0362 (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
comment:
  layout: "condensed_header, condensed_files, diff, components, condensed_footer"  # show component info in the PR comment

component_management:
  default_rules:  # default rules that will be inherited by all components
    statuses:
      - type: project # in this case every component that doesn't have a status defined will have a project type one
        target: auto
        branches:
          - "!master"
  individual_components:
    - component_id: applet_package
      name: Applet
      paths:
        - applet/**
    - component_id: common_package
      name: Common
      paths:
        - common/**
    - component_id: reader_package
      name: Reader
      paths:
        - reader/**
    - component_id: standalone_package
      name: Standalone
      paths:
        - standalone/**