Skip to content

Commit 2a83868

Browse files
committed
Add a .codecov file to get rid of some nags
1 parent bdf76a7 commit 2a83868

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
comment: false
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
target: 70% # the (on purpose low) required coverage value
7+
threshold: 10% # the permitted delta in hitting the target
8+
patch:
9+
default:
10+
target: 0% # the (on purpose low) required coverage value

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
format string issue reported by R-devel
55
* R/RcppExports.R: Idem
66

7+
* .codecov.yml: Added
8+
79
2023-05-14 Dirk Eddelbuettel <edd@debian.org>
810

911
* DESCRIPTION (Version, Date): Release 0.1.10

0 commit comments

Comments
 (0)