Skip to content

Commit

Permalink
Also use examples in test coverage (as no unit tests exist)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Aug 8, 2017
1 parent b4cb350 commit d47d830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ after_failure:
- ./travis-tool.sh dump_logs

after_success:
- Rscript -e 'library(covr); coveralls()'
- Rscript -e 'library(covr); coveralls(type = "all")'

notifications:
email:
Expand Down

0 comments on commit d47d830

Please sign in to comment.