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

Remove unused diesel feature #338

Merged
merged 2 commits into from
May 23, 2024
Merged

Remove unused diesel feature #338

merged 2 commits into from
May 23, 2024

Conversation

iterion
Copy link
Contributor

@iterion iterion commented May 21, 2024

I never noticed an issue when switching to CockroachDB, so I suspected that this feature wasn't actually being used. So, I disabled it and there were no issues. We never serialize these things to the DB anymore, and if we do it would be as JSON which we already have.

Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@8fe8278). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #338   +/-   ##
=======================================
  Coverage        ?   55.42%           
=======================================
  Files           ?       51           
  Lines           ?     5866           
  Branches        ?        0           
=======================================
  Hits            ?     3251           
  Misses          ?     2615           
  Partials        ?        0           
Flag Coverage Δ
unittests 55.42% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@iterion iterion requested a review from adamchalmers May 21, 2024 18:54
@adamchalmers adamchalmers merged commit 5547199 into main May 23, 2024
8 checks passed
@adamchalmers adamchalmers deleted the rm-diesel-feature branch May 23, 2024 17:21
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.

None yet

2 participants