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

include/khepri.hrl: Make ?IS_KHEPRI_CONDITION/1 stricter #265

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

dumbbell
Copy link
Member

Why

The previous version was too basic and would not be able to distinguish a Khepri path condition from any tuple.

How

We test explicitly each condition record.

[Why]
The previous version was too basic and would not be able to distinguish
a Khepri path condition from any tuple.

[How]
We test explicitly each condition record.
@dumbbell dumbbell added the enhancement New feature or request label Jul 14, 2024
@dumbbell dumbbell added this to the v0.15.0 milestone Jul 14, 2024
@dumbbell dumbbell self-assigned this Jul 14, 2024
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.54%. Comparing base (bca3c7a) to head (0d3dfdc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
- Coverage   89.57%   89.54%   -0.04%     
==========================================
  Files          21       21              
  Lines        3099     3099              
==========================================
- Hits         2776     2775       -1     
- Misses        323      324       +1     
Flag Coverage Δ
erlang-25 88.80% <ø> (-0.04%) ⬇️
erlang-26 89.51% <ø> (+0.06%) ⬆️
os-ubuntu-latest 89.54% <ø> (ø)
os-windows-latest 88.73% <ø> (+0.03%) ⬆️

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.

@dumbbell dumbbell marked this pull request as ready for review July 14, 2024 08:34
@dumbbell dumbbell merged commit 23cda49 into main Jul 14, 2024
8 checks passed
@dumbbell dumbbell deleted the make-IS_KHEPRI_CONDITION-more-strict branch July 14, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant