Skip to content

Commit

Permalink
re-enable codecov.io coverage with thanks to Ralf (closes #941)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Feb 26, 2019
1 parent b113046 commit 891f908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_CHK_OPTS} Rcpp_*.tar.gz

after_success:
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -l covr -e 'codecov()'
- docker run ${DOCKER_OPTS} -e CODECOV_TOKEN ${DOCKER_CNTR} r -l covr -e 'codecov()'

notifications:
email:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-02-25 Dirk Eddelbuettel <edd@debian.org>

* .travis.yml (after_success): Setting CODECOV_TOKEN to reenable
codecov.io coverage as detailed by Ralf in GitHub issue #941

2019-02-16 Dirk Eddelbuettel <edd@debian.org>

* inst/include/Rcpp/sugar/functions/cbind.h: Converted CRLF to CR
Expand Down

0 comments on commit 891f908

Please sign in to comment.