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.
1 parent b113046 commit 891f908Copy full SHA for 891f908
.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