Skip to content

Commit

Permalink
adds code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkap committed Dec 9, 2018
1 parent 94bce84 commit 813c916
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,10 @@ sudo: false
cache: packages
notifications:
email:
on_failure: always
on_failure: always

r_github_packages:
- r-lib/covr

after_success:
- Rscript -e 'covr::codecov()'
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -43,3 +43,6 @@ artifacts:

- path: '\*_*.zip'
name: Bits



0 comments on commit 813c916

Please sign in to comment.