Skip to content

Commit

Permalink
Add covr
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParsonage committed Jun 22, 2018
1 parent 96e0e64 commit 4617baf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
^data-raw$
^\.travis\.yml$
^codecov\.yml$
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Imports:
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests:
testthat,
tibble
Suggests:
testthat,
tibble,
covr
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
comment: false

coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%

0 comments on commit 4617baf

Please sign in to comment.