Skip to content

fix(internal/godocfx): filter out test packages from other modules#3197

Merged
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
godocfx-filter
Nov 11, 2020
Merged

fix(internal/godocfx): filter out test packages from other modules#3197
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
godocfx-filter

Conversation

@tbpg
Copy link
Copy Markdown
Contributor

@tbpg tbpg commented Nov 11, 2020

Test packages don't have module set, so they aren't filtered out in the
existing check. The order of packages isn't defined as far as I can
tell. So, we may not know to skip a package when we first see it.

Test packages don't have module set, so they aren't filtered out in the
existing check. The order of packages isn't defined as far as I can
tell. So, we may not know to skip a package when we first see it.
@tbpg tbpg requested review from a team and tritone November 11, 2020 19:34
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 11, 2020
@tbpg tbpg added the automerge Merge the pull request once unit tests and other checks pass. label Nov 11, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 1d397aa into master Nov 11, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the godocfx-filter branch November 11, 2020 19:48
@gcf-merge-on-green gcf-merge-on-green bot removed automerge Merge the pull request once unit tests and other checks pass. labels Nov 11, 2020
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.

2 participants