Open paulmhh opened 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.24%. Comparing base (
c327c0f
) to head (937322c
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
sorry for the force pushes, had some trouble to run the github workflow and then the cs-fixer wanted some minor change and I had to iterate.
I did test the test without my fix. It fails. With the fix applied it is green.
currently handleRemaining() will create one callback for each remaining property update but with the whole array of remaining properties as parameter. Thus doCallBackMultiProp() is being used (in each callback! It should be either one callback with an array as parameter, or it should multiple callbacks with a string as parameter)