Skip to content

Commit bb1285a

Browse files
Add previous directories to include files
1 parent e406406 commit bb1285a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

noxfile.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,10 @@ def default(session, path):
129129
session.install(".")
130130
session.install("-r", "requirements.txt")
131131
# 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-
# )
143132
session.run(
144133
"coverage",
145134
"run",
146-
"--include=google/cloud/alloydb/connector/*.py",
135+
"--include=*/google/cloud/alloydb/connector/*.py",
147136
"-m",
148137
"pytest",
149138
"-v",

0 commit comments

Comments
 (0)