We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e406406 commit bb1285aCopy full SHA for bb1285a
noxfile.py
@@ -129,21 +129,10 @@ def default(session, path):
129
session.install(".")
130
session.install("-r", "requirements.txt")
131
# Run pytest with coverage.
132
- # session.run(
133
- # "pytest",
134
- # # "--cov=google.cloud.alloydb.connector",
135
- # "-v",
136
- # # "--cov-config=.coveragerc",
137
- # # "--cov-report=",
138
- # # "--cov-fail-under=0",
139
- # "--junitxml=sponge_log.xml",
140
- # path,
141
- # *session.posargs,
142
- # )
143
session.run(
144
"coverage",
145
"run",
146
- "--include=google/cloud/alloydb/connector/*.py",
+ "--include=*/google/cloud/alloydb/connector/*.py",
147
"-m",
148
"pytest",
149
"-v",
0 commit comments