-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodecov.yml
35 lines (31 loc) · 919 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
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
range: "60...100"
round: down
status:
project:
default:
target: 70
threshold: 15%
base: auto
paths:
- "Uranium"
if_ci_failed: ignore #success, failure, error, ignore
informational: true
only_pulls: false
fixes:
- "before/::after/" # move path e.g., "before/path" => "after/path"
- "::after/" # move root e.g., "path/" => "after/path/"
- "before/::" # reduce root e.g., "before/path/" => "path/"
if_not_found: failure
ignore:
- "/Source/Uranium/CodeAnalysis/Syntax/SyntaxFacts/**/*.cs"
- "/Source/Uranium/CodeAnalysis/Evaluator/EvaluatorSupport/Expression/**/*.cs"
comment:
layout: "reach,diff,flags,files,footer"
behavior: new
require_changes: false
require_base: false
require_head: false