Skip to content

Commit fbbc7df

Browse files
committed
disable codecov comments on PRs, lower threshold, increase delta
1 parent 16979fa commit fbbc7df

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

.codecov.yml

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
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+
patch:
9+
default:
10+
target: 0% # the (on purpose low) required coverage value
11+
12+
# layout: "header, diff, tree, changes"
13+
# behavior: default
14+
# require_changes: false # if true: only post the comment if coverage changes
15+
# branches: null
16+
# flags: null
17+
# paths: null

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* DESCRIPTION (Version, Date): Roll minor version
1010
* inst/include/Rcpp/config.h: Idem
1111

12+
* .codecov.yml (comment): Disable codecov comments on PRs
13+
1214
2021-10-10 Travers Ching
1315

1416
* Added `signature` attribute to attributes.cpp

0 commit comments

Comments
 (0)