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

Avoid calling onchange callback on sync event if property isn't changed #378

Merged
merged 1 commit into from
Nov 23, 2023

Avoid calling onchange callback on sync event if property isn't changed

a4d0fbc
Select commit
Loading
Failed to load commit list.
Merged

Avoid calling onchange callback on sync event if property isn't changed #378

Avoid calling onchange callback on sync event if property isn't changed
a4d0fbc
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 20, 2023 in 1s

95.00% (+0.00%) compared to b4f5275

View this Pull Request on Codecov

95.00% (+0.00%) compared to b4f5275

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b4f5275) 95.00% compared to head (a4d0fbc) 95.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files          27       27           
  Lines        1220     1221    +1     
=======================================
+ Hits         1159     1160    +1     
  Misses         61       61           
Files Changed Coverage Δ
src/property/Property.cpp 89.78% <100.00%> (+0.04%) ⬆️

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