-
Notifications
You must be signed in to change notification settings - Fork 18
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(flagd): fix semver version parsing to allow "v" prefix(#106) #107
fix(flagd): fix semver version parsing to allow "v" prefix(#106) #107
Conversation
637442a
to
43628f5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
==========================================
+ Coverage 90.55% 95.21% +4.66%
==========================================
Files 8 13 +5
Lines 180 481 +301
==========================================
+ Hits 163 458 +295
- Misses 17 23 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
43628f5
to
f1b9b6c
Compare
…re#106) Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
f1b9b6c
to
b55a198
Compare
...eature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/custom_ops.py
Outdated
Show resolved
Hide resolved
…rovider/flagd/resolvers/process/custom_ops.py Co-authored-by: Anton Grübel <anton.gruebel@gmail.com> Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
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.
🍻
@aepfli can you sync your branch, i can't do it somehow, probably no permission to do so on your fork. |
updated ;) |
fixes: #106