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 e7e6683 commit c92984bCopy full SHA for c92984b
tox.ini
@@ -35,7 +35,7 @@ setenv =
35
PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100
36
windows-latest: PYTESTARGS =
37
# Python 3.7: Exclude aio module from coverage since it requires Python 3.8+ (Starlette dependency)
38
- py37: PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100 --cov-omit='*/aio/*'
+ py37-{ubuntu-22.04,macos-13,windows-latest}: PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100 --cov-omit='*/aio/*'
39
commands = pytest {env:PYTESTARGS} {posargs}
40
41
[testenv:lint]
0 commit comments