Skip to content

Commit d7017de

Browse files
committed
Adding data for code coverage
1 parent 570d400 commit d7017de

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ script.R
66
testing.Rmd
77
script.R
88
aswserver.pem
9+
^codecov\.yml$

DESCRIPTION

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Imports:
1818
tibble
1919
LazyData: true
2020
RoxygenNote: 6.1.1
21+
Suggests:
22+
covr

codecov.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
patch:
10+
default:
11+
target: auto
12+
threshold: 1%

0 commit comments

Comments
 (0)