Skip to content

Commit 639e7f8

Browse files
committed
added .codecov, updated ChangeLog
1 parent a8c183d commit 639e7f8

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

.codecov.yml

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
coverage:
2-
precision: 1
3-
41
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
511

6-
ignore:
7-
- "inst/include/Eigen/"
8-
- "inst/include/unsupported/Eigen/"
9-
10-
codecov:
11-
token: 0b726434-b483-4a82-9cfe-e8312f3b3e9b
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2022-01-16 Dirk Eddelbuettel <[email protected]>
2+
3+
* .codecov.yml: Added to not trigger PR fail for small additions
4+
5+
2022-01-16 Mikael Jagan <[email protected]>
6+
7+
* inst/include/RcppEigenWrap.h: Refine use plain dense wrap() change
8+
19
2022-01-15 Mikael Jagan <[email protected]>
210

311
* inst/include/RcppEigenWrap.h: Use R_xlen_t for vectors rows + cols

0 commit comments

Comments
 (0)