-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcodecov.yaml
More file actions
45 lines (39 loc) · 755 Bytes
/
Copy pathcodecov.yaml
File metadata and controls
45 lines (39 loc) · 755 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
36
37
38
39
40
41
42
43
44
45
codecov:
token: env:CODECOV_TOKEN
max_report_age: off
coverage:
precision: 2
round: down
range: 70..100
status:
project:
default:
target: 70%
threshold: 1%
base: auto
patch:
default:
target: 70%
threshold: 5%
base: auto
ignore:
- tests/**
- orka/docker/**
- orka/tui/**
- orka/startup/**
- setup.py
- orka/start_*.py
- orka/orka_start.py
fixes:
# Map bare filenames in coverage.xml to repo paths under orka/
- "::orka/"
comment:
layout: header, diff, flags, components, tree
behavior: default
require_changes: false
require_base: false
require_head: true
github_checks:
annotations: true
flags: {}
component_management: {}