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: generated unit tests live in the 'tests/gapic' subdir #456

Merged
merged 1 commit into from Jun 13, 2020

Conversation

software-dov
Copy link
Contributor

Some GAPICs have a manual layer and corresponding handwritten unit tests.
These handwritten surfaces are subject to linting, but the
autogenerated portions of the surface should not be.
Moving generated unit tests to their own subdirectory makes it easier
to remove them from linting rules.

implementation for #454

Some GAPICs have a manual layer and corresponding handwritten unit tests.
These handwritten surfaces are subject to linting, but the
autogenerated portions of the surface should not be.
Moving generated unit tests to their own subdirectory makes it easier
to remove them from linting rules.

implementation for googleapis#454
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 12, 2020
@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #456 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #456   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1453      1453           
  Branches       300       300           
=========================================
  Hits          1453      1453           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28a1585...76060a4. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants