-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
34 lines (32 loc) · 975 Bytes
/
codecov.yml
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
31
32
33
34
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
target: 85%
threshold: 1%
individual_components:
- component_id: module_i24_ssx
name: i24 SSX
paths:
- src/mx_bluesky/beamlines/i24/serial/**
- tests/unit_tests/beamlines/i24/serial/**
statuses:
- type: project
target: 55%
threshold: 1%
- component_id: module_hyperion
name: hyperion
paths:
- src/mx_bluesky/hyperion/**
- tests/unit_tests//hyperion/**
- component_id: module_other
name: other
paths:
- "!src/mx_bluesky/hyperion/"
- "!tests/unit_tests//hyperion/**"
- "!src/mx_bluesky/beamlines/i24/serial/**"
- "!tests/unit_tests/beamlines/i24/serial/**"
ignore:
- "**/conftest.py"