Skip to content

Commit 31644d3

Browse files
chore(python): skip reporting coverage for namespace package (#279)
* chore(python): remove note about editable installs `pip install -e .` is supported and is how we install the library for tests. Source-Author: Bu Sun Kim <[email protected]> Source-Date: Tue Sep 22 12:06:12 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d Source-Link: googleapis/synthtool@a651c5f * chore(python): skip reporting coverage for namespace package Source-Author: Tres Seaver <[email protected]> Source-Date: Wed Sep 23 10:58:13 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f3c04883d6c43261ff13db1f52d03a283be06871 Source-Link: googleapis/synthtool@f3c0488 Co-authored-by: Tim Swast <[email protected]>
1 parent b54f867 commit 31644d3

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Generated by synthtool. DO NOT EDIT!
1818
[run]
1919
branch = True
20+
omit =
21+
google/cloud/__init__.py
2022

2123
[report]
2224
fail_under = 100
@@ -32,4 +34,5 @@ omit =
3234
*/gapic/*.py
3335
*/proto/*.py
3436
*/core/*.py
35-
*/site-packages/*.py
37+
*/site-packages/*.py
38+
google/cloud/__init__.py

synth.metadata

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "[email protected]:plamut/python-bigquery.git",
7-
"sha": "64d666033446f9af669bb8eb9170b8f62d6308e4"
6+
"remote": "https://github.com/googleapis/python-bigquery.git",
7+
"sha": "fbbe0cb0ea22161d81f1e5504bb89b55e4198634"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "googleapis",
13+
"remote": "https://github.com/googleapis/googleapis.git",
14+
"sha": "0dc0a6c0f1a9f979bc0690f0caa5fbafa3000c2c",
15+
"internalRef": "327026955"
816
}
917
},
1018
{
1119
"git": {
1220
"name": "synthtool",
1321
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8a7a3021fe97aa0a3641db642fe2b767f1c8110f"
22+
"sha": "f3c04883d6c43261ff13db1f52d03a283be06871"
1523
}
1624
}
1725
],

0 commit comments

Comments
 (0)