We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b113046 + 891f908 commit 08344aeCopy full SHA for 08344ae
.travis.yml
@@ -25,7 +25,7 @@ script:
25
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_CHK_OPTS} Rcpp_*.tar.gz
26
27
after_success:
28
- - 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()'
29
30
notifications:
31
email:
ChangeLog
@@ -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
6
2019-02-16 Dirk Eddelbuettel <[email protected]>
7
8
* inst/include/Rcpp/sugar/functions/cbind.h: Converted CRLF to CR
0 commit comments