forked from scilus/scilpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (32 loc) · 685 Bytes
/
codecov.yml
File metadata and controls
35 lines (32 loc) · 685 Bytes
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
codecov:
allow_coverage_offsets: True
coverage:
status:
project:
default:
target: 75%
threshold: 2%
branches:
- master
if_ci_failed: error
only_pulls: false
patch:
default:
target: 90%
branches:
- master
if_ci_failed: error
only_pulls: false
component_management:
individual_components:
- component_id: scilpy_scripts
name: Scripts
paths:
- src/scilpy/cli/
- component_id: scilpy_library
name: Library
paths:
- src/scilpy/
- "!src/scilpy/cli/"
comment:
layout: "condensed_header, diff, flags, components"