Skip to content

Commit

Permalink
test(python): give filesystem paths to pytest-cov
Browse files Browse the repository at this point in the history
https://pytest-cov.readthedocs.io/en/latest/config.html

The pytest-cov docs seem to suggest a filesystem path is expected.

Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Wed Dec 2 09:28:04 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: f94318521f63085b9ccb43d42af89f153fb39f15
Source-Link: googleapis/synthtool@f943185
  • Loading branch information
yoshi-automation committed Dec 3, 2020
1 parent 55d2b05 commit 65f6950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions noxfile.py
Expand Up @@ -79,9 +79,8 @@ def default(session):
session.run(
"py.test",
"--quiet",
"--cov=google.cloud.runtimeconfig",
"--cov=google.cloud",
"--cov=tests.unit",
"--cov=google/cloud",
"--cov=tests/unit",
"--cov-append",
"--cov-config=.coveragerc",
"--cov-report=",
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "69629b64b83c6421d616be2b8e11795738ec8a6c"
"sha": "f94318521f63085b9ccb43d42af89f153fb39f15"
}
}
],
Expand Down

0 comments on commit 65f6950

Please sign in to comment.