Skip to content

Commit a6a4eea

Browse files
authored
chore: use file paths for --cov args in noxfile (#648)
1 parent 9e1d386 commit a6a4eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def default(session, install_extras=True):
7777
session.run(
7878
"py.test",
7979
"--quiet",
80-
"--cov=google.cloud.bigquery",
81-
"--cov=tests.unit",
80+
"--cov=google/cloud/bigquery",
81+
"--cov=tests/unit",
8282
"--cov-append",
8383
"--cov-config=.coveragerc",
8484
"--cov-report=",

0 commit comments

Comments
 (0)