udim commented on a change in pull request #12257:
URL: https://github.com/apache/beam/pull/12257#discussion_r468943368
##########
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:
CODECOV_TOKEN is the default value, so no need to specify.
----------------------------------------------------------------
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]