forked from deepmodeling/deepmd-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
47 lines (47 loc) · 948 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
35
36
37
38
39
40
41
42
43
44
45
46
47
ignore:
- "source/**/tests"
- "source/3rdparty"
coverage:
status:
project:
default:
threshold: 100%
patch:
default:
threshold: 100%
component_management:
default_rules:
statuses:
- type: project
target: auto
threshold: 100%
individual_components:
- component_id: module_python
name: Python
paths:
- deepmd/**
- deepmd_cli/**
- component_id: module_op
name: OP
paths:
- source/op/**
- component_id: module_core
name: Core
paths:
- source/lib/**
- component_id: module_cpp
name: C++ API
paths:
- source/api_cc/**
- component_id: module_c
name: C API
paths:
- source/api_c/**
- component_id: module_lammps
name: LAMMPS
paths:
- source/lmp/**
- component_id: module_ipi
name: i-Pi
paths:
- source/ipi/**