Skip to content

Commit

Permalink
Merge pull request #942 from RcppCore/bugfix/issue941
Browse files Browse the repository at this point in the history
re-enable codecov.io coverage with thanks to Ralf (closes #941)
  • Loading branch information
eddelbuettel committed Feb 26, 2019
2 parents b113046 + 891f908 commit 08344ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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
@@ -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 08344ae

Please sign in to comment.