-
Notifications
You must be signed in to change notification settings - Fork 415
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: Dasherize conversion event types path #3516
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3516 +/- ##
=======================================
Coverage 95.86% 95.86%
=======================================
Files 1097 1097
Lines 34140 34140
=======================================
Hits 32727 32727
Misses 1413 1413 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just needed to re-run a flaky test. Please ensure all tests have passed before requesting a review.
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Fixes https://github.com/Flagsmith/flagsmith-split-testing/issues/7
I accidentally used underscores when I first wrote this code. This is a simple fix.
How did you test this code?
N/A