File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 9
9
* DESCRIPTION (Version, Date): Roll minor version
10
10
* inst/include/Rcpp/config.h: Idem
11
11
12
+ * .codecov.yml (comment): Disable codecov comments on PRs
13
+
12
14
2021-10-10 Travers Ching
13
15
14
16
* Added `signature` attribute to attributes.cpp
You can’t perform that action at this time.
0 commit comments