Skip to content

Commit

Permalink
Attempt to fix codecov assessment (ref r-lib/covr#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Sep 27, 2018
1 parent 5ef4c64 commit cddeeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ r:
- release
- devel

r_packages:
- covr
r_github_packages:
- r-lib/covr

after_success:
- Rscript -e 'cov <- covr::package_coverage()' -e 'print(cov)' -e 'covr::codecov(coverage = cov)'

0 comments on commit cddeeef

Please sign in to comment.