8000 change coverage thresholds · DiffSharp/DiffSharp@4f26073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f26073

Browse files
committed
change coverage thresholds
1 parent 79c4a06 commit 4f26073

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

codecov.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@ coverage:
22
range: 50..75
33
round: nearest
44
precision: 2
5+
status:
6+
project:
7+
default:
8+
target: auto
9+
threshold: 10%
10+
patch:
11+
default:
12+
target: auto
13+
threshold: 10%
514

615
comment:
716
layout: "reach, diff, flags, files"
817
behavior: default
918
require_changes: false # if true: only post the comment if coverage changes
1019
require_base: no # [yes :: must have a base report to post]
1120
require_head: yes # [yes :: must have a head report to post]
12-
# branches: # branch names that can post comment
13-
# - "master"

0 commit comments

Comments
 (0)
0