Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: temporarily disable code coverage in showcase_unit tests #925

Merged
merged 6 commits into from
Jun 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily downgrade showcase version
  • Loading branch information
software-dov committed Jun 18, 2021
commit 2c4124029498f1a5bc46b1a8ced2ac60b70dc1e7
10 changes: 6 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
./gapic-showcase run &
cd -
env:
SHOWCASE_VERSION: 0.16.0
SHOWCASE_VERSION: 0.11.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 0.16.0 too? Below as well.

Or I can do it when I rebase the pending #918

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a deliberate attempted rollback to see if bumping the showcase version solved anything.

- name: Install nox.
run: python -m pip install nox
- name: Install protoc 3.12.1.
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
cd ..
nox -s ${{ matrix.target }}
env:
SHOWCASE_VERSION: 0.16.0
SHOWCASE_VERSION: 0.11.0
# TODO(yon-mg): add compute unit tests
showcase-unit:
strategy:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Run unit tests.
run: nox -s showcase_unit${{ matrix.variant }}-${{ matrix.python }}
env:
SHOWCASE_VERSION: 0.16.0
SHOWCASE_VERSION: 0.11.0
showcase-unit-add-iam-methods:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Run unit tests.
run: nox -s showcase_unit_add_iam_methods
env:
SHOWCASE_VERSION: 0.16.0
SHOWCASE_VERSION: 0.11.0
showcase-mypy:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -273,6 +273,8 @@ jobs:
run: python -m pip install nox
- name: Typecheck the generated output.
run: nox -s showcase_mypy${{ matrix.variant }}
env:
SHOWCASE_VERSION: 0.11.0
snippetgen:
runs-on: ubuntu-latest
steps:
Expand Down