Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Aug 10, 2017
1 parent 0b17718 commit e24ebb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -3,6 +3,7 @@ visual_test
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^\.codecov\.yml$
^README\.Rmd$
^cran-comments.md$
^TODO\.Rmd$
1 change: 1 addition & 0 deletions .codecov.yml
@@ -0,0 +1 @@
comment: false
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,3 +1,5 @@
language: r
cache: packages

after_success:
- Rscript -e 'covr::codecov()'
5 changes: 3 additions & 2 deletions DESCRIPTION
Expand Up @@ -19,10 +19,11 @@ Imports:
License: GPL-2 | file LICENSE
LazyData: true
Suggests:
knitr,
ggplot2movies,
covr,
cowplot,
ggplot2movies,
forcats,
knitr,
tidyverse,
testthat,
vdiffr,
Expand Down

0 comments on commit e24ebb7

Please sign in to comment.