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: use fully qualified types in macros #5434

Merged
merged 1 commit into from
Jul 24, 2024
Merged

fix: use fully qualified types in macros #5434

merged 1 commit into from
Jul 24, 2024

Conversation

RustedBones
Copy link
Contributor

Use fully qualified types in scio coder macros to avoid conflicts with user's imports

Fix #5410

Use fully qualified types in scio coder macros to avoid conflicts with
user's imports
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.11%. Comparing base (d97641c) to head (b25d3f0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5434   +/-   ##
=======================================
  Coverage   61.11%   61.11%           
=======================================
  Files         311      311           
  Lines       11075    11075           
  Branches      764      764           
=======================================
  Hits         6769     6769           
  Misses       4306     4306           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clairemcginty clairemcginty merged commit 714a5a2 into main Jul 24, 2024
12 checks passed
@clairemcginty clairemcginty deleted the protobuf-any branch July 24, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing protobuf Any breaks coder derivation
2 participants