refactor a parameter for SetCellUsing and SetPropertyUsing
- Solve the problem that SetCellUsing and SetPropertyUsing parameters are not named and ambiguous.
- Improved support for parameters that can perform multiple property value calculations
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.27%. Comparing base (
1ecae95) to head (3225253).
Additional details and impacted files
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
+ Coverage 94.29% 95.27% +0.97%
==========================================
Files 11 13 +2
Lines 1384 1417 +33
Branches 203 203
==========================================
+ Hits 1305 1350 +45
+ Misses 51 39 -12
Partials 28 28
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks. There are some uncovered lines still, though.
already updated
I recommend making the other SetCellUsing and SetPropertyUsing methods obsolete.
I recommend making the other SetCellUsing and SetPropertyUsing methods obsolete.
Can you add this to the PR?
already updated