Skip to content

Commit

Permalink
added code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
bfatemi committed Nov 26, 2020
1 parent cdcee5a commit 81c8601
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

language: R
cache: packages

r_packages:
- covr

after_success:
- Rscript -e 'library(covr); codecov()'

0 comments on commit 81c8601

Please sign in to comment.