Skip to content

Commit

Permalink
no need for covr apart from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 16, 2019
1 parent ba4d3b0 commit e9d2d5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ language: R
sudo: false
cache: packages

after_success:
- Rscript -e 'covr::coveralls()'

before_deploy:
- Rscript -e 'remotes::install_github("lockedatapublished/lockedatapkg")'
- Rscript -e 'install.packages("pkgdown")'
Expand All @@ -18,7 +15,7 @@ deploy:
skip_cleanup: true

after_success:
- Rscript -e 'library(covr);coveralls(coverage = print(package_coverage(quiet = FALSE)))'
- Rscript -e 'install.packages("covr");covr::coveralls()'

stages:
- name: deploy
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Imports:
RoxygenNote: 7.0.2
Suggests:
testthat,
covr,
rmarkdown,
knitr,
UNF
Expand Down

0 comments on commit e9d2d5a

Please sign in to comment.