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

Add Add #[non_exhaustive] to public structs/enums #209

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

spencewenski
Copy link
Member

No description provided.

@spencewenski spencewenski changed the title Gh 208 non exhaustive Add Add #[non_exhaustive] to public structs/enums Jun 10, 2024
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 44.24%. Comparing base (034f28f) to head (1b2dc80).

Files Coverage Δ
src/api/cli/roadster/migrate.rs 0.00% <ø> (ø)
src/api/cli/roadster/mod.rs 0.00% <ø> (ø)
src/api/cli/roadster/open_api_schema.rs 50.00% <ø> (ø)
src/api/cli/roadster/print_config.rs 0.00% <ø> (ø)
src/api/http/ping.rs 43.13% <ø> (ø)
src/config/app_config.rs 38.18% <ø> (ø)
src/config/auth/mod.rs 100.00% <ø> (ø)
src/config/database/mod.rs 100.00% <ø> (ø)
src/config/environment.rs 8.33% <ø> (ø)
src/config/service/common/address.rs 25.00% <ø> (ø)
... and 35 more

Continue to review full report in Codecov by Sentry.

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

Also, set minimal version of serde_with and strum to be lower than the
latest in order to allow consumers more flexibility
@spencewenski spencewenski merged commit 327c4ea into main Jun 10, 2024
10 of 12 checks passed
@spencewenski spencewenski deleted the gh-208-non-exhaustive branch June 10, 2024 18:15
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.

1 participant