Skip to content

Commit 891f908

Browse files
committed
re-enable codecov.io coverage with thanks to Ralf (closes #941)
1 parent b113046 commit 891f908

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_CHK_OPTS} Rcpp_*.tar.gz
2626

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

3030
notifications:
3131
email:

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-02-25 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml (after_success): Setting CODECOV_TOKEN to reenable
4+
codecov.io coverage as detailed by Ralf in GitHub issue #941
5+
16
2019-02-16 Dirk Eddelbuettel <[email protected]>
27

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

0 commit comments

Comments
 (0)