forked from rubberduck-vba/Rubberduck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
42 lines (38 loc) · 1.02 KB
/
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
codecov:
max_report_age: off
ignore:
# as requested by MDoerner, because they aren't really testable
- Rubberduck.VBEEditor
- Rubberduck.VBEditor.*
# it makes no sense to track coverage on unit-tests
- RubberduckTests
# xaml files are not checked for coverage
# AutoGenerated files are not contributing to coverage
- **/*.Designer.cs
coverage:
round: nearest
precision: 2
range: 40..80
status:
# status information for PRs only
only_pulls: true
patch:
default:
# don't block mindlessly on coverage failures
informational: true
# strongly suggest more than 60% of changes be covered
target: 60
threshold: 10
project:
default:
# don't block mindlessly on coverage failures
informational: true
target: 0 # don't force a minimum coverage
# allow decrease by up to 5 %
threshold: 5
base: auto
comment:
layout: "flags, diff, files"
behavior: once
require_head: no
require_base: no