Skip to content

Commit bbcea6b

Browse files
Replace include with source
1 parent e406406 commit bbcea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def default(session, path):
143143
session.run(
144144
"coverage",
145145
"run",
146-
"--include=google/cloud/alloydb/connector/*.py",
146+
"--source=google.cloud.alloydb.connector",
147147
"-m",
148148
"pytest",
149149
"-v",

0 commit comments

Comments
 (0)