Skip to content

Commit e4f0ffd

Browse files
committed
fix: coverage update
1 parent 2622b83 commit e4f0ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def default(session):
7272
session.run(
7373
"py.test",
7474
"--quiet",
75-
"--cov=google.cloud",
75+
"--cov=google.cloud.storage",
7676
"--cov=tests.unit",
7777
"--cov-append",
7878
"--cov-config=.coveragerc",

0 commit comments

Comments
 (0)