Skip to content

Commit

Permalink
chore(python): skip reporting coverage for namespace package (#279)
Browse files Browse the repository at this point in the history
* 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 <8822365+busunkim96@users.noreply.github.com>
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 <tseaver@palladion.com>
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 <swast@google.com>
  • Loading branch information
yoshi-automation and tswast committed Oct 7, 2020
1 parent b54f867 commit 31644d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .coveragerc
Expand Up @@ -17,6 +17,8 @@
# Generated by synthtool. DO NOT EDIT!
[run]
branch = True
omit =
google/cloud/__init__.py

[report]
fail_under = 100
Expand All @@ -32,4 +34,5 @@ omit =
*/gapic/*.py
*/proto/*.py
*/core/*.py
*/site-packages/*.py
*/site-packages/*.py
google/cloud/__init__.py
14 changes: 11 additions & 3 deletions synth.metadata
Expand Up @@ -3,15 +3,23 @@
{
"git": {
"name": ".",
"remote": "git@github.com:plamut/python-bigquery.git",
"sha": "64d666033446f9af669bb8eb9170b8f62d6308e4"
"remote": "https://github.com/googleapis/python-bigquery.git",
"sha": "fbbe0cb0ea22161d81f1e5504bb89b55e4198634"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0dc0a6c0f1a9f979bc0690f0caa5fbafa3000c2c",
"internalRef": "327026955"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "8a7a3021fe97aa0a3641db642fe2b767f1c8110f"
"sha": "f3c04883d6c43261ff13db1f52d03a283be06871"
}
}
],
Expand Down

0 comments on commit 31644d3

Please sign in to comment.