It's templated here:
|
session.run("coverage", "report", "--show-missing", "--fail-under={{ cov_level if cov_level != None else '100' }}") |
But not here:
This causes issues when coverage is run outside of nox -s cover, such as in the conda tests here: googleapis/python-bigquery-pandas#380
https://app.circleci.com/pipelines/github/tswast/python-bigquery-pandas/216/workflows/6a879fea-0c82-4dcc-8b0f-f2542f0e7581/jobs/1307
It's templated here:
synthtool/synthtool/gcp/templates/python_library/noxfile.py.j2
Line 201 in 921defa
But not here:
synthtool/synthtool/gcp/templates/python_library/.coveragerc
Line 24 in 921defa
This causes issues when coverage is run outside of
nox -s cover, such as in the conda tests here: googleapis/python-bigquery-pandas#380https://app.circleci.com/pipelines/github/tswast/python-bigquery-pandas/216/workflows/6a879fea-0c82-4dcc-8b0f-f2542f0e7581/jobs/1307