udim commented on a change in pull request #12257:
URL: https://github.com/apache/beam/pull/12257#discussion_r468946744
##########
File path: sdks/python/tox.ini
##########
@@ -172,6 +172,17 @@ extras = test,gcp,interactive,aws
commands =
{toxinidir}/scripts/run_pytest.sh {envname} "{posargs}"
+[testenv:py38-cloudcoverage]
+# More recent versions of pytest-cov do not support pytest 4.4.0
+deps =
+ codecov
+ pytest-cov==2.9.0
+passenv = GIT_* BUILD_* ghprb* CHANGE_ID BRANCH_NAME JENKINS_* CODECOV_*
+extras = test,gcp,interactive,aws
+commands =
+ {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" --cov=apache_beam
+ codecov -t CODECOV_TOKEN
Review comment:
What I mean is that by default it will look at the CODECOV_TOKEN
environment variable. The current value being passed is not a UUID.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]