forked from ALU-Schumacher/AUDITOR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yaml
33 lines (32 loc) · 883 Bytes
/
codecov.yaml
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
comment:
layout: "header, diff, components"
component_management:
individual_components:
- component_id: module_apel_plugin
name: apel_plugin
paths:
- plugins/apel/**
- component_id: module_auditor
name: auditor
paths:
- auditor/**
- component_id: module_auditor_client
name: auditor_client
paths:
- auditor-client/**
- component_id: module_slurm_collector
name: slurm_collector
paths:
- collectors/slurm/**
- component_id: module_slurm_epilog_collector
name: slurm_epilog_collector
paths:
- collectors/slurm-epilog/**
- component_id: module_htcondor_collector
name: htcondor_collector
paths:
- collectors/htcondor/**
- component_id: module_priority_plugin
name: priority_plugin
paths:
- plugins/priority/**