forked from dsccommunity/xWindowsUpdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
30 lines (26 loc) · 691 Bytes
/
.codecov.yml
File metadata and controls
30 lines (26 loc) · 691 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
codecov:
notify:
require_ci_to_pass: no
# dev should be the baseline for reporting
branch: dev
comment:
layout: "reach, diff"
behavior: default
coverage:
range: 50..80
round: down
precision: 0
status:
project:
default:
# Set the overall project code coverage requirement to 70%
target: 70
patch:
default:
# Set the pull request requirement to not regress overall coverage by more than 5%
# and let codecov.io set the goal for the code changed in the patch.
target: auto
threshold: 5
# MSFT_xMicrosoftUpdate is deprecated
ignore:
- "DscResources/MSFT_xMicrosoftUpdate/MSFT_xMicrosoftUpdate.psm1"