Skip to content

Commit ddb3554

Browse files
committed
disable codecov comments on PRs, lower threshold, increase delta
1 parent 04d8b03 commit ddb3554

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.codecov.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
comment:
2-
layout: "header, diff, tree, changes"
3-
behavior: default
4-
require_changes: false # if true: only post the comment if coverage changes
5-
branches: null
6-
flags: null
7-
paths: null
1+
comment: false
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
target: 70% # the (on purpose low) required coverage value
7+
threshold: 2% # the permitted delta in hitting the target
8+
9+
# layout: "header, diff, tree, changes"
10+
# behavior: default
11+
# require_changes: false # if true: only post the comment if coverage changes
12+
# branches: null
13+
# flags: null
14+
# paths: null

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* DESCRIPTION (Version, Date): Roll minor version
44
* inst/include/Rcpp/config.h: Idem
55

6+
* .codecov.yml (comment): Disable codecov comments on PRs
7+
68
2021-10-10 Travers Ching
79

810
* Added `signature` attribute to attributes.cpp

0 commit comments

Comments
 (0)