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

feat(gen): add a method to return all enum values #1034

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

tdakkota
Copy link
Member

Fixes #1003

@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7e2c06a) 72.21% compared to head (d8e27fd) 72.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1034   +/-   ##
=======================================
  Coverage   72.21%   72.21%           
=======================================
  Files         192      192           
  Lines       15027    15027           
=======================================
  Hits        10852    10852           
  Misses       3640     3640           
  Partials      535      535           

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

@ernado ernado merged commit bf48994 into ogen-go:main Sep 11, 2023
15 checks passed
@tdakkota tdakkota deleted the feat/enum-values branch September 11, 2023 10:14
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.

feat: add function to return all valid enum values
2 participants