Skip to content

Commit 0b73e08

Browse files
committed
adding codecov.yml
1 parent 18dc450 commit 0b73e08

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
^\.version\.json$
66
^.*\.Rproj$
77
^\.Rproj\.user$
8-
^codecov\.yml$
98
^\.vscode$

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
informational: true
10+
patch:
11+
default:
12+
target: auto
13+
threshold: 1%
14+
informational: true

0 commit comments

Comments
 (0)